Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.25 KB

File metadata and controls

32 lines (23 loc) · 1.25 KB

Assignment 2: Mini Projects

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.

Project Structure

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

Learning Objectives

  • 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.

Getting Started

Navigate to any of the project folders to start working.

cd easy/The-Pokémon
# or
cd hard/taskify