DEV Community

Discussion on: What are some interesting web react projects for beginners?

Collapse
 
jckuhl profile image
Jonathan Kuhl

The first thing I built in React was a Todo list. There's a reason Todo is so common, and that's because it cements the basics. It's simple, but not too simple. It'll let you get a handle on events, unidirectional data flow, interpolation and basic JSX. Add in some color coding so you can get some practice on working in CSS in React.