Task Master is a simple and clean Todo List web application** built using a modern vibe coding approach. The goal of this project is to explore how AI-powered development tools can build a functional application from natural language prompts.
- Add new tasks
- Mark tasks as completed
- Delete tasks
- Tasks are saved using localStorage
- Clean and minimal user interface
- Runs directly in the browser
- HTML
- CSS
- JavaScript
- Browser LocalStorage
- Replit Agent
No installation is required.
- Open the project on Replit or GitHub Pages (if deployed)
- Open
index.htmlin a web browser - Start adding tasks 🎯
index.html– Main HTML structurestyle.css– Styling and layoutscript.js– Application logic and localStorage handling
- Built using Replit Agent
- Assignment for MIS2003 – Vibe Coding Tools
docker build -t task-master .
docker run -p 8080:80 task-master
