This project is a simple web application to manage a to-do list. It allows users to add and view tasks.
index.html
: The main HTML file.css/style.css
: The CSS file for styling the page.img/logo.png
: The logo used in the header.img/screenshot.png
: Screenshot of the application.
- π Viewing tasks.
- β Adding new tasks via a form.
- Open the
index.html
file in a web browser. - Use the form to add new tasks to the list.
- ποΈ Add JavaScript functionality to remove tasks.
- π± Improve responsive design for mobile devices.
- π Enhance accessibility and SEO.