Skip to content

shinjith-dev/React-Todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React TODO

Simple React TODO app made using React framework with an awesome responsive UI.

screenshot

Features

  • Save TODOs in list and displays it
  • Stores TODO list in local storage(Browser's)
  • Retains the list on Refresh and Rerun
  • Built for simple personal use

Run Locally

To copy and modify this project,

1.Clone this repo to your system

  git clone https://github.com/WhiteWolfDot/React-Todo.git React-Todo

2.Change folder

  cd React-Todo

3.Install dependencies, run

  npm Install

4.Make changes

5.run

  npm start //or yarn start

Contributing

Contributions are always welcome!

See contributing guidlines for ways to get started.

Please adhere to this project's code of conduct.

Authors