QuickList is a web application for task management, allowing users to efficiently organize their daily activities.
| Desktop | Mobile |
|---|---|
![]() |
![]() |
- Adding new tasks
- Marking tasks as completed
- Deleting tasks
- Responsive and user-friendly interface
- HTML5
- CSS3 (Custom properties, Flexbox, grid, nesting, media queries)
- JavaScript
quicklist/
├── assets/
│ └── icons/ # SVG icons
│ └── images/
├── src/
│ ├── css/
│ │ ├── components.css
│ │ ├── global.css
│ │ ├── index.css
│ │ ├── medias.css
│ │ ├── reset.css
│ │ └── utilities.css
│ └── js/
│ └── index.js
└── .gitignore
└── index.html
└── README.md
The project uses a consistent design system with:
- Typography scale
- Color palette
- Spacing system
- Component patterns
- Clone the repository
- Open
index.htmlin your browser - Make changes to the code
- Refresh browser to see updates
The portfolio is fully responsive and optimized for:
- Desktop devices
- Tablets
- Mobile phones

