Skip to content

BorisovecViktor/todo_app

Repository files navigation

Todo_app

DEMO PAGE

Description

Implement simple TODO app. Requirements:

  • when app loads, user sees an input to enter their TODOs
  • when user types some TODO and hits enter, it's added to the list below (see the gif)
  • TODO has two states: Active and Completed
  • user can filter between All, Active, and Completed TODOs
  • double click on the TODO item text makes it editable
  • Enter saves changes
  • Ecs cancels editing
  • save state of the APP to local storage
  • implement saving an edited todo when you click outside of the input

Technologies

  • HTML5/CCS3
  • React

How to run it

  1. Clone the repository git clone https://github.com/borisovecviktor/todo_app.git
  2. Go into project folder cd todo_app
  3. Run npm install
  4. Open in your Browser http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •