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.
- 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
- Add New Task
- Edit or Delete Tasks
- Task Completed Checkbox
- Dark/Light Mode Switch
- Responsive Grid Layout
A simple and efficient To-Do List application to help you manage tasks with ease.
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
