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

https://github.com/jdeepd/doit

A ReactJS Todo app.
https://github.com/jdeepd/doit

Last synced: 3 days ago
JSON representation

A ReactJS Todo app.

Awesome Lists containing this project

README

          

# A Basic Todo App created using ReactJS.

Tech Stack:


CSS Logo




## Try on local machine:
1. Clone this repository
```
git clone git@github.com:JDeepD/Todo-App.git
```
2. cd into the repository
3. Install dependencies from `package.json`
```
npm install
```
4. Run the app
```
npm run start
```