Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 564 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 564 Bytes

Auto Code Example - To Do App

The hello world of web apps. Build a simple todo list.

Prompts

Basic Prompt

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