A visually styled To-Do List interface built using HTML and CSS. This project features a responsive container, Google Fonts integration (Poppins), and a vibrant gradient background with a soft card layout.
You can host this using GitHub Pages or a local server to view the layout.
- HTML5
- CSS3 (Custom Properties, Flexbox, Gradient Backgrounds)
- Flask
- Python 3.13.5
- Google Fonts (
Poppins)
| Purpose | Color |
|---|---|
| Primary | #1a73e8 |
| Primary Light | #4d9aff |
| Primary Dark | #174ea6 |
| Secondary | #fbbc05 |
| Surface Background | #f5f5f5 |
| Background | linear-gradient(135deg, #ffffc4, #ff6164, #b00012) |
- Clone this repository:
git clone https://github.com/carterdestreel/to-do-list.git
- Open file directory
cd to-do-list
- Open in your browser
open index.html
- Display tasks dynamically
- Add localStorage support
