A simple and elegant To-Do List application built using HTML, CSS, Bootstrap, and Vanilla JavaScript. This app allows users to add and remove tasks with a clean user interface and responsive design.
- π₯ Add new tasks
- ποΈ Delete individual tasks
- π Styled with Bootstrap 5
- π¨ Custom fonts using Google Fonts
- β€οΈ Beautiful footer with personalized touch
- HTML5 β Markup structure
- CSS3 β Custom styling
- Bootstrap 5 β Responsive and styled UI components
- Google Fonts β Custom fonts: Cherry Bomb One and Pacifico
- JavaScript (Vanilla) β DOM manipulation for adding/removing tasks
- Clone the repository:
git clone https://github.com/yourusername/todo-list-app.git cd todo-list-app - Open the app: Open index.html in any modern browser (Chrome, Firefox, etc.)
todo-list-app/
βββ index.html # Main HTML file
βββ style.css # Custom CSS styling
βββ script.js # JavaScript logic
βββ README.md # This file