Task Manager – Full Stack Web Application
A full-stack Task Manager web application that allows users to create, view, update, delete, and filter tasks. The project demonstrates frontend–backend integration, REST APIs, and cloud deployment.
//Live Demo https://roaring-sundae-ba9cb1.netlify.app/
//Features
1.Create tasks with title, description, and status
2.Update existing tasks
3.Delete tasks
4.Filter tasks by:
All
Pending
In Progress
Completed
5.Modern animated UI
6.RESTful backend with MongoDB
7.Fully deployed (Frontend + Backend + Database)
Tech Stack Frontend
//HTML
//CSS (Modern UI + Animations)
//JavaScript (Vanilla)
//Backend
//Node.js
//Express.js
//MongoDB
//Mongoose
Deployment
Frontend: Netlify
Backend: Render
Database: MongoDB Atlas Local Setup Instructions 1️.Clone the repository git clone https://github.com/anish22072005/Task-Manager.git cd Task-Manager
2️.Backend Setup cd Backend npm install
Start MongoDB locally or use MongoDB Atlas.
Run backend:
node server.js