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.
- Host: GitHub
- URL: https://github.com/abdealijaroli/tasks-manager
- Owner: abdealijaroli
- Created: 2021-06-06T05:57:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T17:50:11.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T00:15:22.855Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 629 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task manager web app in React.

### 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 startThere you go!
Thanks :)