Skip to content
/ todo-app Public

A simple React application for practicing fundamental concepts such as state and props

Notifications You must be signed in to change notification settings

xorj/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A react To-Do application where a user can write down all the things he wants to accomplish.

User Stories

  • User can see an input field where he can type in a to-do item
  • By pressing enter (or a button), the User can submit the to-do item and can see that being added to a list of to-do's
  • User can mark a to-do as completed
  • User can remove a to-do item by pressing on a button (or on the to-do item itself)

Bonus features

  • User can edit a to-do
  • User can see a list with all the completed to-do's
  • User can see a list with all the active to-do's
  • User can see the date when he created the to-do
  • When closing the browser window the to-do's will be stored and when the User returns, the data will be retrieved

On Mobile

ON MOBILE

About

A simple React application for practicing fundamental concepts such as state and props

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published