Skip to content

Prachi-05/CodeShaala

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

WELCOME to Code Shaala - 19

Code Shaala is a training program intended to train students with emerging Web Technologies.

In this repository, We have 2 folders -

  • Challenges
  • Exercises

Challenges contains mini projects which simulate a micro-functionality of some real-life applications.
Exercises contains programs (solutions) of some common problems/algorithms.

To get started:

Note - Make sure you have VS Code installed on your Computer.

  • Fork this repository by clicking on Fork button on top right corner.
  • Click on Clone or download Button and copy the URL of repo. It will be something like https://github.com/<username>/CodeShaala.git.
  • Install Git on your Computer by clicking here.
  • Open PowerShell/Terminal on your Computer and navigate to Desktop by typing cd ~/Desktop
  • Clone this repo by typing git clone <url> (url must be replaced with actual url that you have copied in earlier step).
  • Navigate to repo folder by typing cd CodeShaala.
  • Type git remote add upstream https://github.com/harshtomar6/CodeShaala.git.
  • Open it in VS code by typing code . (Notice the dot after code).
  • That's it, You are good to go.

About

This is repo for CodeShaala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 85.2%
  • JavaScript 14.8%