The hello world of web apps. Build a simple todo list.
Build a simple react app which a simple todo app.
- You should be able to add a todo, delete a todo and update a todo.
- You should be able to see a list of todos.
- You should be able to mark a todo as complete.
- You should be able to filter the todos by complete and incomplete.
- You should be able to see the count of complete and incomplete.
Generate an index.html and a src/App.js use ES modules and import dependencies from a cdn