An open API service indexing awesome lists of open source software.

https://github.com/programmer-network/web-developer-bootcamp

Official repository of web developer bootcamp.
https://github.com/programmer-network/web-developer-bootcamp

Last synced: 20 days ago
JSON representation

Official repository of web developer bootcamp.

Awesome Lists containing this project

README

          

# Web Developer Bootcamp

Welcome, future developers! This repository contains code and examples used in the [Web Developer Bootcamp](https://youtube.com/playlist?list=PLMIfYCA9o12rEg8pczVMq-Y6tRlZGhsvG&si=RF2uQ_y0Mfow7xj9) course. This document will be updated with new lessons and concepts as I record new videos. In simple terms, this is a living document that will evolve over time.

# Table of Contents

- **CSS**
- [Introduction](./CSS/01.introduction.md)
- [Selectors](./CSS/02.css-selectors.md)
- [Box Model](./CSS/03.css-box-model.md)
- [Document Flow](./CSS/04.document-flow.md)
- [Display property](./CSS/05.css-display-property.md)
- [Position property](./CSS/06.css-position-property.md)
- [Units](./CSS/07.css-units.md)
- [Viewport](./CSS/09.viewport.md)
- [Exercises](./CSS/08.exercises.md)

## Resources

To learn and develop effectively, like all other developers, including myself, you must rely on documentation.

Generally, the best resources are official documentation. Here are some highly recommended ones:

- [DevDocs](https://devdocs.io/): A comprehensive collection of various API documentation.
- [MDN - Mozilla Developer Network](https://developer.mozilla.org/en-US/): An invaluable resource for web development, offering detailed documentation and guides.
- [W3Schools](https://www.w3schools.com/): A user-friendly site with tutorials and references covering web development topics.