Skip to content

datturbomoon/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List Web Application

A simple, responsive To-Do List web app that allows users to add, view, and remove tasks.


Live Demo:

View Project


Features:

  • Add new tasks instantly.
  • Remove tasks with a single click.
  • Responsive design for desktop and mobile.
  • Simple, clean, and user-friendly interface.

Built With:

  • HTML
  • CSS
  • JavaScript

Setup Instructions:

  1. Clone the repository
git clone https://github.com/datturbomoon/todo-list.git
  1. Navigate to the project folder
cd todo-list
  1. Open index.html in your browser
  • Double-click the file, or
  • Use a live server extension in VS Code.

Usage:

  1. Type a task in the input field.
  2. Click + or press Enter to add the task.
  3. Click x next to a task to delete it.
  4. Check your tasks off as you complete them.

File Structure:

todo-list/  
│  
├─ index.html       # Main HTML file  
├─ styles.css       # Styling for the app  
├─ script.js        # JavaScript functionality  
└─ README.md        # Project documentation

Contribution:

Feel free to fork the repository and submit pull requests to improve the app.


About

A simple, responsive To-Do List web app that allows users to add, view, and remove tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published