A simple web page for creating and managing to-do lists. Built with HTML, Bootstrap for styling, and JavaScript for dynamic functionality.
- Add Tasks: Input tasks and click "Add to List."
- Hover Effect: Tasks display a hover effect.
- Session Storage: Persists tasks on page reload.
- Error Handling: Warns on empty submissions.
- Refresh Button: Nav bar title acts as a refresh button.
- Dynamic Removal: Click to remove tasks.
index.html
: Page structure.app.js
: Functionality for tasks.bootstrap.min.css
: Bootstrap styling.
Open index.html
in a browser to use the app. Customize or contribute as needed.
Or click here to try it