MohammadJB / Task-Tracker

Home Page:https://task-tracker-lac-one.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Tracker App

A task tracker application, built with Next.js, React, tailwindcss, Material UI, and Javascript.

About the Project

In this Project Users are able to

  • See all the tasks
  • Add a new task
  • Delete a task
  • Search for a task
  • Click on a task to see more detailed information on a separate page
  • Mark a task as completed/incomplete.
  • Toggle the color scheme between light and dark mode

Installation and Setup Instructions

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project is deployed using vercel and is available at https://task-tracker-lac-one.vercel.app/

About

https://task-tracker-lac-one.vercel.app


Languages

Language:TypeScript 97.6%Language:CSS 1.7%Language:JavaScript 0.7%