This repository contains a collection of HTML and CSS mini-projects categorized by difficulty level. These projects are designed to test your ability to build complete UI components and interactions.
Projects are organized into folders based on their complexity.
| Difficulty | Project | Description |
|---|---|---|
| Easy | The Pokémon | Simple card or gallery layout |
| Easy | BG Color Changer | UI for background manipulation |
| Easy | Quiz App | Quiz interface layout |
| Medium | Form Builder | Complex form layout and styling |
| Hard | Taskify | Advanced application interface |
- Project Scaffolding: Setting up file structures for small web apps.
- UI/UX Implementation: Creating user-friendly interfaces from scratch.
- Advanced Styling: Using complex selectors and state-based styling.
- Responsive Design: Ensuring applications look good on various screen sizes.
Navigate to any of the project folders to start working.
cd easy/The-Pokémon
# or
cd hard/taskify