https://github.com/sarthakkundra/task-manager
Task Manager is a take on the Github's issues page. It is a web app to keep tracks of all the tasks and issues in a small, closed source project. It helps streamline the work and helps in tracking problems easily thereby increasing the overall productivity.
https://github.com/sarthakkundra/task-manager
json-server material-design materialize-css react
Last synced: 11 days ago
JSON representation
Task Manager is a take on the Github's issues page. It is a web app to keep tracks of all the tasks and issues in a small, closed source project. It helps streamline the work and helps in tracking problems easily thereby increasing the overall productivity.
- Host: GitHub
- URL: https://github.com/sarthakkundra/task-manager
- Owner: sarthakkundra
- Created: 2020-06-15T20:26:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-10T20:16:51.000Z (8 months ago)
- Last Synced: 2025-10-25T21:51:41.470Z (6 months ago)
- Topics: json-server, material-design, materialize-css, react
- Language: JavaScript
- Homepage:
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Manager
## Description
Task Manager is a take on the Github's issues page. It is a web app to keep tracks of all the tasks and issues in a small, closed source project. It helps streamline the work and helps in tracking problems easily thereby increasing the overall productivity.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Installing
A step by step series of examples that tell you how to get a development env running
Clone the repo
```
git clone github.com/your_username/Task-Manager.git
```
Install all the dependencies
```
npm install
```
Starting the project locally
```
npm run dev
```
Checkout the project on port 3000 :)
## Contributing
Follow standard Github's contribution guidelines.