A simple To‑Do List application built with HTML, CSS, and JavaScript.
This project runs entirely in the browser — no backend, no frameworks.
It’s designed as a beginner‑friendly practice project to strengthen core web development skills.
The To‑Do app allows users to:
- Add new tasks
- Mark tasks as completed
- Delete tasks
- View tasks in a clean, minimal interface
This project is intentionally lightweight so that students and new developers can focus on the fundamentals of front‑end development without being distracted by complex tools or frameworks.
This repository was created as a training exercise.
The main goals are:
- Practice writing semantic HTML
- Learn how to style with CSS
- Understand JavaScript DOM manipulation
- Gain confidence using GitHub for version control
- Deploy a live project using GitHub Pages or a custom domain
By completing this project, you’ll have a working app and a clear example of your progress as a developer.
- HTML5 → for structure
- CSS3 → for styling and layout
- JavaScript (ES6) → for interactivity and logic
- Git & GitHub → for version control and collaboration