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

https://github.com/geekgurudev/task-manager


https://github.com/geekgurudev/task-manager

css front-end frontend reactjs

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Task Manager
A Task Manager built using ReactJS.
### [Live Demo](https://task-manager3.netlify.app/)

# Installation and Run
1. Clone the repository
```
https://github.com/Gurpreeet-Singh/task-manager
```
2. To install the dependencies, simply write
```
npm install
```
3. To run the app in development, simply write
```
npm start
```