Skip to content

naimur-reza/NextJS-TaskManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Management App

A simple task management app that allows users to manage tasks with features such as task creation, reminders, priority settings, and completion status. Built with React, TypeScript, MongoDB, and Express.

Features

  • Create, edit, and delete tasks.
  • Toggle task completion and reminders.
  • Organize tasks by priority.
  • Reminder alerts for tasks due within 24 hours.

Technologies Used

  • Frontend: React.js
  • State Management: Redux-Toolkit
  • Backend: Express.Js
  • Database: MongoDB

Installation

To run this project locally, follow these steps:

Prerequisites

Make sure you have the following installed:

  • Node.js (version 14 or higher)
  • MongoDB
  • npm or yarn

Getting Started

To get a local copy of the project up and running, follow these steps:

  1. Clone the repository:

    git clone https://github.com/naimur-reza/NextJS-TaskManager
    
  2. Navigate to the project directory:

    cd libroshelf
    
  3. Install the dependencies:

    bun install
    
  4. Run the application:

    bun dev
    
  5. Open your browser and visit http://localhost:3000

Releases

No releases published

Packages

No packages published