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.
- Host: GitHub
- URL: https://github.com/programmer-network/web-developer-bootcamp
- Owner: Programmer-Network
- Created: 2024-01-04T23:11:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T19:09:50.000Z (about 2 years ago)
- Last Synced: 2024-05-06T12:26:19.343Z (almost 2 years ago)
- Size: 18.6 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.