Skip to content

Simple to-do list without state management libraries. Designed with bootstrap. Data is stored locally (Local Storage). All functionality is written in react-hooks. It's my baby project🐣

Notifications You must be signed in to change notification settings

r1zzrvk/to-do-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

about project

The app is written on react hooks.
Here I showed how hooks work and how to pass data through props
I used standart hooks like useState and useEffect
I implemented simple filtering to check 'completed' or not

The data is stored in local storage.
I created two functions to manage local storage saveLocalTodos and getLocalTodos

Simple, adaptive UI made with bootstrap.

Deploy on gh-pages

ToDo

todo(1)

About

Simple to-do list without state management libraries. Designed with bootstrap. Data is stored locally (Local Storage). All functionality is written in react-hooks. It's my baby project🐣

Topics

Resources

Stars

Watchers

Forks