Skip to content

Latest commit

Β 

History

History
68 lines (54 loc) Β· 1.65 KB

File metadata and controls

68 lines (54 loc) Β· 1.65 KB

Ironhack Web Development Bootcamp

This repository contains my work, exercises, and projects completed during the Ironhack Web Development Bootcamp.
The goal of this bootcamp is to build a strong foundation in modern web development, problem-solving, and best practices using real-world tools and workflows.


πŸ“š Curriculum Overview

Throughout the bootcamp, I worked on topics including:

  • HTML5 & CSS3
    • Semantic HTML
    • Flexbox & Grid
    • Responsive design
  • JavaScript (ES6+)
    • Variables, functions, loops
    • Arrays & objects
    • DOM manipulation
  • Git & GitHub
    • Version control
    • Branching & merging
    • Collaborative workflows
  • Frontend Development
    • Component-based thinking
    • Clean UI structure
  • Backend Basics
    • APIs
    • Databases (intro)
  • Project-Based Learning
    • Real-world challenges
    • Team collaboration

🧩 About Forked Projects

During the bootcamp, some labs and projects are provided as separate repositories.

These projects are:

  • Forked from Ironhack’s GitHub organization
  • Cloned and worked on independently
  • Maintained in their own repositories

This repository is reserved for:

  • Daily exercises
  • Practice work
  • Non-forked labs

πŸ“ Repository Structure

The project is organized by bootcamp weeks and days:

week-1
β”œβ”€β”€ day1
β”‚   β”œβ”€β”€ exercises
β”‚   β”‚   β”œβ”€β”€ flexbox_positioning
β”‚   β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”‚   └── styles.css
β”‚   β”‚   └── selectors_activity
β”‚   β”‚       β”œβ”€β”€ index.html
β”‚   β”‚       └── styles.css
β”‚   └── labs
β”œβ”€β”€ day2
β”‚   β”œβ”€β”€ exercises
β”‚   └── labs