mkamals / task-tracker

A simple react js app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple react js app


Languages

Language:JavaScript 61.1%Language:CSS 24.9%Language:HTML 14.1%