Exercises and projects from the Coding Factory Web bootcamp at AUEB. Covers the fundamentals of web development including HTML, CSS, layouts, responsive design, and popular CSS frameworks.
| Folder | Description |
|---|---|
| ch1 | HTML basics – structure, elements, and semantic markup |
| ch2 | CSS basics – selectors, properties, and styling |
| ch3-layout | CSS layout techniques – Flexbox and Grid |
| ch4-responsive | Responsive web design – media queries and mobile-first approach |
| ch5-bootstrap | UI development with Bootstrap |
| ch6-tailwind | Utility-first styling with Tailwind CSS |
| challenges | Coding challenges combining HTML & CSS concepts |