Simple React TODO app made using React framework with an awesome responsive UI.
- 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
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
Contributions are always welcome!
See contributing guidlines for ways to get started.
Please adhere to this project's code of conduct.