Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 .
- Host: GitHub
- URL: https://github.com/conscious-puppet/react-task-tracker
- Owner: conscious-puppet
- Created: 2021-03-16T05:22:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T06:45:29.000Z (almost 4 years ago)
- Last Synced: 2023-10-05T18:44:46.001Z (over 1 year ago)
- Topics: react
- Language: JavaScript
- Homepage: https://abshekh.github.io/React-Task-Tracker/
- Size: 859 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```