Skip to content

squoll/prep-course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrepCourse | CODELEX

Prerequisites

We assume that you have already done some coding @codecademy.com, but to better understand what we are going to do - take a look at these free resources:

Create accounts, which we may be using during the course:

Work Station Setup

📢 NEW! The quickest way to get started is by following this link. Use your GitHub account to log in, and you are done! No installations, no setup - just follow the instructions for each set of exercises listed at the bottom of this page and start coding! Keep in mind that each time you click on that link, a new workspace will be created, so you need to do this only once. To return to your workspace and continue your work from where you left off, go to gitpod.io/workspaces.

If, however, you would like to work locally on your computer instead of the cloud, you will need to set up your computer first.

Carefully execute all of the steps mentioned in Work Station Setup guide. Make sure that you have everything installed and verified.

Everything we will need is in this repository (repository is like a project in Git), but to get it on your computer you must clone (make a local copy) it. To do that copy the link of this repository:

Repository URL

Steps are as follows:

  • open Command Line
  • navigate to the folder you would like to have this project; you can use command cd to change the current directory
  • clone the project: git clone https://github.com/codelex-io/prep-course.git
  • open repository as a folder in Visual Studio Code

⭐ Star This Repository ⭐

When you have created a profile in @github.com, leave a star.

Star

You will receive a notification when this repository is updated, and it may serve as a thank you as well!

Update Repository

This repository may be updated by us, which means you may have an outdated version locally.

Open terminal, navigate to the project directory and execute this command: git pull

git pull

Exercises

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.7%
  • CSS 9.9%
  • HTML 8.1%
  • JavaScript 0.3%