https://github.com/hackyourfuture/browsers
This repository contains all the material for the HackYourFuture Browsers module
https://github.com/hackyourfuture/browsers
Last synced: about 1 year ago
JSON representation
This repository contains all the material for the HackYourFuture Browsers module
- Host: GitHub
- URL: https://github.com/hackyourfuture/browsers
- Owner: HackYourFuture
- License: mit
- Created: 2021-01-25T15:10:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T09:30:11.000Z (about 2 years ago)
- Last Synced: 2025-04-12T04:46:37.982Z (about 1 year ago)
- Language: JavaScript
- Size: 4.51 MB
- Stars: 5
- Watchers: 6
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> If you are following the HackYourFuture curriculum we recommend you to start with module 1: [HTML/CSS/GIT](https://github.com/HackYourFuture/HTML-CSS). To get a complete overview of the HackYourFuture curriculum first, click [here](https://github.com/HackYourFuture/curriculum).
> Please help us improve and share your feedback! If you find better tutorials or links, please share them by [opening a pull request](https://github.com/HackYourFuture/Browsers/pulls).
# Module #3 - Browsers

If you were to ask a random person on the street the question "What is a browser?", you'll most likely get a variety of (incorrect) answers. For proof, check [this](https://www.youtube.com/watch?v=o4MwTvtyrUQ) out.
You might be one of those people right now, but after this module no more. In **Browsers** you'll learn all about how the browsers work and how to use the JavaScript you just learned within the browser.
## Learning goals
In order to successfully complete this module you will need to master the following:
- Understand what the `DOM` is
- Use the basics of `DOM Manipulation`
- Build a cool quiz website from scratch as a group
- Learn how to present yourself and your code
## How to use this repository
### Repository content
This repository consists of 2 essential parts per week:
1. `README`: this document contains all the required theory you need to understand **while** working on the assignment. It contains the list of concepts that you will want to study this week and points you to your study book to read all about them. This is the **first thing** you should start with every week
2. `MAKEME`: this document contains the instructions for each week's assignment. Start with the exercises rather quickly, so that you can ground the concepts you read about earlier.
### How to study
Let's say you are just starting out with the Browsers module. This is what you do...
1. The week always starts on **Wednesday**. First thing you'll do is open the `README.md` for that week. For the first week of `Browsers`, that would be [Reading W1](/Week1/README.md).
2. You spend **Wednesday** and **Thursday** going over the resources and try to get a basic understanding of the concepts. In the meanwhile, you'll also implement any feedback you got on last week's assignment (from the JavaScript1 module).
3. On **Friday** you start with the assignment, found in the `MAKEME.md`. For the first week of `Browsers`, that would be [Assignment W1](/Week1/MAKEME.md).
4. You spend **Friday** and **Saturday** playing around with the exercises and write down any questions you might have.
5. **DEADLINE 1**: You'll submit any questions you might have before **Saturday 23.59**, in the cohort channel.
6. On **Sunday** you'll attend the session. It'll be of the Q&A format, meaning that there will be no new material. Instead your questions shall be discussed and you can learn from others
7. You spend **Monday** and **Tuesday** finalizing your assignment.
8. **DEADLINE 2**: You submit your assignment to the right channels (GitHub) before **Tuesday 23.59**. If you can't make it on time, please communicate it with your mentor
9. Start the new week by going back to point 1!
In summary:

To have a more detailed overview of the guidelines, check your cohort repository, or ask your mentor/cohort on Slack!
## Planning
| Week | Topic | Reading Materials | Assignment |
| ---- | ----- | ----------------- | -------- |
| 1. | Document-Object Model (DOM), DOM manipulation, Presentation Module week 1 | [Reading W1](/Week1/README.md) | [Assignment W1](/Week1/MAKEME.md) |
| 2. | Presentation Module week 2, Group project week 1! | [Reading W2](/Week2/README.md) | [Assignment W2](/Week2/MAKEME.md) |
| 3. | Group project week 2 | [Reading W3](/Week3/README.md) | No individual assignment |
## Finished?
Did you finish the module? Good job! You're doing great!
If you feel ready for the next challenge, click [here](https://www.github.com/HackYourFuture/Using-APIs) to go to Using API's!
_The HackYourFuture curriculum is subject to CC BY copyright. This means you can freely use our materials, but just make sure to give us credit for it :)_

This work is licensed under a Creative Commons Attribution 4.0 International License.