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.
Live stream recordings will also be listed here:
- Lesson 1 - Git, terminal, and GitHub
- Lesson 2 - HTML & CSS
- Lesson 3 - CSS Positioning
- Lesson 4 - JavaScript I
- Lesson 5 - JavaScript II
- Lesson 6 - JavaScript III
- Lesson 7 - JavaScript IV
- Lesson 8 - JavaScript V
- Lesson 9 - JavaScript VI
- Lesson 10 - JavaScript VII
- Lesson 11 - JavaScript VIII
- Lesson 12 - DOM
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.