Skip to content

FullstackCodingGuy/Taskr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Taskr

Taskr is a task management application built with Next.js and Material-UI. It allows users to add, delete, and toggle tasks with different priorities and due dates.

Features

  • Add new tasks with a title, due date, and priority.
  • Delete tasks.
  • Toggle task completion status.
  • Display tasks with their due dates and priorities.
  • Show a loading icon while fetching the initial list of tasks.
  • Snackbar notifications for task actions.

Technical Aspects

Installation

Prerequisites

  • Node.js (version 14.x or later)
  • npm (version 6.x or later) or yarn (version 1.x or later)

Steps

  1. Clone the repository

    git clone https://github.com/your-username/Taskr.git
    cd Taskr