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