Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 914 Bytes

README.md

File metadata and controls

54 lines (33 loc) · 914 Bytes

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