Skip to content

autocode2/example-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A todo app example.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages