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

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.

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.