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

https://github.com/abdealijaroli/tasks-manager

A basic task manager web app in React.
https://github.com/abdealijaroli/tasks-manager

Last synced: 3 months ago
JSON representation

A basic task manager web app in React.

Awesome Lists containing this project

README

        

# Task manager web app in React.

![image](https://user-images.githubusercontent.com/56578305/123521558-07131000-d6d5-11eb-89f0-3c939f371b98.png)

### How to run the app locally:

1. Clone the project.
2. Make sure all the dependencies are intact. Or just in case:
> npm install
3. Before starting the react server make sure you set up the json-server using:
> npm run server
4. Now run the project (run this command in a new terminal):
> npm start

There you go!
Thanks :)