Skip to content

kevten22/Precourse

 
 

Repository files navigation

Lambda School Precourse Workshop

This repo contains the instruction material and assignments for Lambda School's free mini-bootcamp. Lambda School's free 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:

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.

About

This repo contains the instruction material and assignments for Lambda School's pre-course program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.4%
  • HTML 12.7%
  • CSS 6.9%