After following the instructions here, you should have the following:
- Working react app
- Ability to deploy react app to Github Pages
App
component that does initial setup and composes your other componentsNewTodo
component containing the form for a new TodoTodo
component containing HTML for a single Todo- CSS files for each component