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

https://github.com/draphy/to-do-list


https://github.com/draphy/to-do-list

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# To Do List App React

To Do List App React JS by David Raphi (Add, Edit, Update, Delete, Toggle Tasks)

## How to Use

Clone or download repo
NodeJS / NPM / Yarn should be installed in your PC

Open terminal or Git for Windows (Git Bash)
Run these commands:

### Install Dependencies

yarn install

OR

npm install

### Run app

yarn start

OR

npm start