Skip to content

melissb/hw6-7-vibe-coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hw6-7-vibe-coding

Task Master – Todo List App

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.


Screenshot

Todo App Screenshot


Features

  • Add new tasks
  • Mark tasks as completed
  • Delete tasks
  • Tasks are saved using localStorage
  • Clean and minimal user interface
  • Runs directly in the browser

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Browser LocalStorage

Vibe Coding Tool Used

  • Replit Agent

Installation / Setup

No installation is required.


How to Run the Project

  1. Open the project on Replit or GitHub Pages (if deployed)
  2. Open index.html in a web browser
  3. Start adding tasks 🎯

Project Structure

  • index.html – Main HTML structure
  • style.css – Styling and layout
  • script.js – Application logic and localStorage handling

Credits and Acknowledgments

  • Built using Replit Agent
  • Assignment for MIS2003 – Vibe Coding Tools

Build Docker image

docker build -t task-master .

Run Docker container

docker run -p 8080:80 task-master

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors