Skip to content

Latest commit

Β 

History

History
53 lines (35 loc) Β· 1.33 KB

File metadata and controls

53 lines (35 loc) Β· 1.33 KB

🧠 To_Do_List Manager β€” TaskMaster

TaskManger is a cross-platform productivity tool designed to help users efficiently manage their daily tasks using both a responsive web interface and an integrated Command-Line Interface (CLI) within VS Code. It’s built for users who prefer either graphical interaction or terminal-based control, offering versatility and usability in one powerful tool.


πŸš€ Key Features

🌐 Web Interface

  • Clean and responsive task management dashboard
  • Sign-Up and Sign-In functionality for secure access
  • Add, delete, edit, and mark tasks as done
  • Light and Dark mode toggle
  • Animations and hover effects for improved UX

πŸ“Έ Screenshots

βœ… TaskManager Main Interface

TaskManager Interface

Features Highlighted:

  • Add New Task
  • Edit or Delete Tasks
  • Task Completed Checkbox
  • Dark/Light Mode Switch
  • Responsive Grid Layout

πŸ—„οΈ Backend Stored Data View (Sample)

Backend Data

πŸ“ To-Do List App

A simple and efficient To-Do List application to help you manage tasks with ease.


πŸš€ How to Run the Project

Follow these steps to get the project up and running locally:

# 1. Clone the repository
git clone <url>
cd <project-folder>

# 2. Install dependencies
npm install

# 3. Start the backend server
node back.js