https://github.com/geekgurudev/task-manager
https://github.com/geekgurudev/task-manager
css front-end frontend reactjs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geekgurudev/task-manager
- Owner: GeekGuruDev
- Created: 2022-03-20T01:43:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T18:07:26.000Z (about 4 years ago)
- Last Synced: 2025-03-18T14:54:07.669Z (over 1 year ago)
- Topics: css, front-end, frontend, reactjs
- Language: JavaScript
- Homepage: https://task-manager3.netlify.app/
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```