- Harvard: https://cs50.harvard.edu/web/
- YouTube: https://www.youtube.com/playlist?list=PLhQjrBD2T382hIW-IsOVuXP1uMzEvmcE5
- Watch the videos via Harvard/YouTube links
- Follow along with lectures and create your own version on local machine
- Keep Github up to date
- Clone repository to local machine
- navigate to appropriate folder in terminal
git clone https://github.com/kylehorton33/cs50webdev.git
- Open and edit files in code editor of choice
- open in VSCode, save
- Add files, commit, push to Github
git add *
for adding all filesgit add index.html
for adding unqiue filegit commit -m "[COMMENT HERE]"
commit and add comment in quotesgit push
push into main branch