https://github.com/bloominstituteoftechnology/Precourse
This repo contains the instruction material and assignments for Lambda School's pre-course program.
https://github.com/bloominstituteoftechnology/Precourse
Last synced: about 1 month ago
JSON representation
This repo contains the instruction material and assignments for Lambda School's pre-course program.
- Host: GitHub
- URL: https://github.com/bloominstituteoftechnology/Precourse
- Owner: bloominstituteoftechnology
- Created: 2017-11-29T18:41:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T15:40:08.000Z (over 2 years ago)
- Last Synced: 2023-10-20T18:19:01.965Z (over 2 years ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 298
- Watchers: 52
- Forks: 1,806
- Open Issues: 1,338
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-projects - Precourse - This repo contains the instruction material and assignments for Lambda School's pre-course program. ⭐294 `JavaScript` (📦 Legacy & Inactive Projects)
README
# Lambda School Precourse Workshop
This repo contains the instruction material and assignments for Lambda School's free `Web Dev 101 mini-bootcamp`. Lambda School's free `Web Dev 101 mini-bootcamp` is a three week long course that covers the fundamentals of programming and web development. Class is held at 5pm Pacific Time Monday through Thursday at the dates listed below. This class is repeated and given live every month.
To sign up for the program or to learn more about Lambda School's intensive Computer Science program, visit https://www.lambdaschool.com
To receive help with the homework you can join our Slack team. After registering for the mini-bootcamp on our website you will be sent an invitation to join Slack. We have TAs available to answer questions about the homework.
### Live Broadcast Recordings
All recordings are available on our [YouTube channel](https://www.youtube.com/channel/UCmgWnKIhmOi-MuRUC62mOFw?view_as=subscriber).
Live stream recordings will also be listed here:
* [Lesson 1 - Git, terminal, and GitHub](https://youtu.be/6lLMqYxIMvw)
* [Lesson 2 - HTML & CSS](https://youtu.be/uLSFDk2C5WA)
* [Lesson 3 - CSS Positioning](https://youtu.be/GNLbLG6OxxU)
* [Lesson 4 - JavaScript I](https://youtu.be/bL-1YjvTRXQ)
* [Lesson 5 - JavaScript II](https://www.youtube.com/watch?v=iWeR2cXj-nQ)
* [Lesson 6 - JavaScript III](https://www.youtube.com/watch?v=jOOL4uuCBgw)
* [Lesson 7 - JavaScript IV](https://www.youtube.com/watch?v=6VLr-E5BM_c)
* [Lesson 8 - JavaScript V](https://www.youtube.com/watch?v=eWO2qIThltE)
* [Lesson 9 - JavaScript VI](https://www.youtube.com/watch?v=ucctc5-kjOo)
* [Lesson 10 - JavaScript VII](https://www.youtube.com/watch?v=pNit3wXnsHc)
* [Lesson 11 - JavaScript VIII](https://www.youtube.com/watch?v=YWHjh3QvEZo)
* [Lesson 12 - DOM](https://www.youtube.com/watch?v=_0ZQCGPlsQg)
#### Directions for updating your fork
If you have already forked this repository but you would like to add the new updates to your forked copy then type the following git commands from within your local repo:
```
git remote add upstream https://github.com/LambdaSchool/Precourse.git
git pull upstream master
```
You only need to add the `upstream` remote once. If you wish to pull down updates multiple times then just use `git pull upstream master` on subsequent pulls.
If you have any questions or are experiencing merge conflicts then reach out to a TA for assistance.