https://github.com/shinjith-dev/react-todo
Todo app made using React framework
https://github.com/shinjith-dev/react-todo
css html javascript pure-javascript react react-todo-list reactapp reactjs reacttodo todo todolist
Last synced: 2 months ago
JSON representation
Todo app made using React framework
- Host: GitHub
- URL: https://github.com/shinjith-dev/react-todo
- Owner: shinjith-dev
- Created: 2022-03-12T11:24:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-27T12:58:04.000Z (over 3 years ago)
- Last Synced: 2025-02-10T04:29:42.311Z (about 1 year ago)
- Topics: css, html, javascript, pure-javascript, react, react-todo-list, reactapp, reactjs, reacttodo, todo, todolist
- Language: CSS
- Homepage: https://shinjith-dev.github.io/React-Todo/
- Size: 577 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React TODO
Simple **React TODO** app made using **React** framework with an awesome responsive UI.

## 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
```bash
git clone https://github.com/WhiteWolfDot/React-Todo.git React-Todo
```
2.Change folder
```bash
cd React-Todo
```
3.Install dependencies, run
```bash
npm Install
```
4.Make changes
5.run
```bash
npm start //or yarn start
```
## Contributing
Contributions are always welcome!
See [contributing guidlines](docs/contributing.md) for ways to get started.
Please adhere to this project's [code of conduct](docs/code-f-conduct.md).
## Authors
- [@whitewolfdot](https://www.github.com/whitewolfdot)