A web-based Task Management application designed to help users organize, track, and manage their daily tasks efficiently.
- Create, view, update, and delete tasks.
- User-friendly interface.
- Real-time task status updates.
- Responsive design for desktop and mobile.
- Frontend: HTML, CSS, JavaScript
- Backend: Express
- Database: Mongoose
TaskManagement/
βββ backend
βββ task-scheduler(frontend)
-
Clone the repository:
git clone https://github.com/ramkumar1887/TaskManagement.git
-
Navigate to the project folder:
cd TaskManagement -
(Optional) Run both the backend and frontend locally:
Start the backend (Express server):
cd backend node server.jsStart the frontend:
cd ../task-scheduler(frontend) npm startNote: Make sure the backend is running before using the frontend for full functionality.
Contributions, issues, and feature requests are welcome! Feel free to fork the repository and create a pull request.





