Skip to content

lilianacodes/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To Do List

A simple, responsive To Do List application built with Bootstrap 5 and Vanilla JavaScript.

Features

  • Add, delete, and mark tasks as completed using Vanilla JavaScript
  • Responsive layout using Bootstrap grid and components
  • Custom styles applied via styles/styles.css
  • Task management (add, complete, delete) handled via scripts/script.js
  • Clear and interactive user interface

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/todo-list.git

  2. Open index.html in your browser. No additional dependencies required.

Usage

  • Type a task in the input field and either click Add or press the Enter key to add it
  • Click the check icon to mark a task as completed
  • Click the × icon to remove a task

Technologies Used

  • Bootstrap 5 for responsive layout and components
  • Vanilla JavaScript for DOM manipulation and task management

Live Demo

Check out the live version of the To Do List here.