Task Tracker will help you to schedule your day efficiently. This project is developed in React, a JavaScript library for building user interfaces.
Dependencies used:
react-icons
: to add interactive iconsreact-router-dom
: to manage routing between webpagesjson-server
: a mock backend to store/fetch/update/delete tasks
Install the Dependencies:
npm install
Run React Dev Server:
npm start
Run the JSON Server:
npm run server
Create production build:
npm run build