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

https://github.com/arjuntheprogrammer/task-tracker-reactjs

Task Tracker app built using ReactJS and JSON DB server for storing data.
https://github.com/arjuntheprogrammer/task-tracker-reactjs

reactjs task-tracker webapp

Last synced: 1 day ago
JSON representation

Task Tracker app built using ReactJS and JSON DB server for storing data.

Awesome Lists containing this project

README

          

# Task Tracker ReactJS App

Track your tasks and set reminders.s JSON-server for our mock backend

## FEATURES

1. Show all tasks from JSON DB in List View.
2. Add Task to JSON DB.
3. Toggle REMINDER ON/OFF double clicking any Task in List View.
4. Go to about page and come back to home page using Router Navigation.

---

## Usage

### Install dependencies

npm install

### Run React dev server (http://localhost:3000)

npm start

### Run the JSON server (http://localhost:5000)

npm run server

### To build for production

npm run build

---

## SCREENSHOTS

Screenshot 2021-06-08 at 8 50 08 PM

Screenshot 2021-06-08 at 8 50 20 PM

Screenshot 2021-06-08 at 8 50 30 PM

---

## REFERENCE

1.