Skip to content

kylehorton33/cs50webdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repo for files on Harvard University's CS50 Web Development Track

Source:

How to use:

  1. Watch the videos via Harvard/YouTube links
  2. Follow along with lectures and create your own version on local machine
  3. Keep Github up to date

Some personal notes on how to use Github (I'm learning):

  1. Clone repository to local machine
  • navigate to appropriate folder in terminal
  • git clone https://github.com/kylehorton33/cs50webdev.git
  1. Open and edit files in code editor of choice
  • open in VSCode, save
  1. Add files, commit, push to Github
  • git add * for adding all files
  • git add index.html for adding unqiue file
  • git commit -m "[COMMENT HERE]" commit and add comment in quotes
  • git push push into main branch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published