An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# React TODO

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

![screenshot](docs/Screenshot.png)

## 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)