Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/conscious-puppet/react-task-tracker

Task tracker built with React .
https://github.com/conscious-puppet/react-task-tracker

react

Last synced: about 8 hours ago
JSON representation

Task tracker built with React .

Awesome Lists containing this project

README

        

# React Task Tracker

> Task tracker app built with React and Material-UI. Used JSON Placeholder as a fake API for testing and prototyping.

[http://abshekh.github.io/React-Task-Tracker/](http://abshekh.github.io/React-Task-Tracker/)

![screenshot](./uploads/Screenshot.png)

## Quick Start

### Install Dependencies (frontend)

```bash
# Install dependencies
npm install
```

### Run

```bash
# Run the client
npm start

# Client runs on http://localhost:3000
```