/task-tracker

A simple react js app

Primary LanguageJavaScript

Task Tracker

This is a simple task tracker app built using React.js

This app can be used to:

  1. Add Task
  2. Delete Task
  3. Display all the existing tasks
  4. Toggle a selected task to emable the reminder

Note: This app uses json-server to mock REST API so this server has to be started using the command json-server --watch db.json