Skip to content

A modern **To-Do List** web application built with **Next.js** (using **Hero UI**), **Express**, and **MongoDB**

Notifications You must be signed in to change notification settings

dev-lyca/todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • User Authentication: Sign up and log in securely.
  • Task Management (CRUD):
    • Add, edit, and delete tasks
    • Mark tasks as Completed, In Progress, or Not Started
  • Task Filtering: Filter tasks by status.
  • Responsive Design: Works seamlessly on desktop and mobile devices.
  • Hero UI Components: Beautiful, accessible UI for inputs, buttons, and forms.

Tech Stack


Installation

  1. Clone the repository
git clone https://github.com/dev-lyca/todolist.git
cd todolist

2. **Install Dependencies**
# Backend
cd server
npm install

# Frontend
cd ../client
npm install

About

A modern **To-Do List** web application built with **Next.js** (using **Hero UI**), **Express**, and **MongoDB**

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published