Lalitkumar4 / task-tracker-react

🧾Task tracker app built with React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Tracker App

This Task Tracker app allows users to perform CRUD (Create, Read, Update, and Delete) operations on tasks. The app is supported by a JSON server that offers a RESTful API for task management.

📦 Technologies

  • React.js
  • json server
  • React router
  • React icons
  • Prop types

🚀 Features

  • Add new tasks
  • Add the day and time
  • Update tasks
  • Delete tasks
  • Set Reminder

Usage

Install dependencies

npm install

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

npm start

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

npm run server

Build for production

npm run build

📷 Screenshots

🎥 Preview Video

video.mp4

About

🧾Task tracker app built with React.


Languages

Language:JavaScript 77.5%Language:CSS 17.0%Language:HTML 5.5%