Spring 2024
This is the git repository for the class. It will be updated on a class by class basis.
You will submit your assignments by doing pull requests. You will need to create a Github account if you do not have one already. Fork this repository by clicking on the Fork button. Then clone your forked repository with this command, replacing YOUR-USERNAME with your Github username:
git clone https://github.com/YOUR-USERNAME/JSFunSpring2024.gitAdd the original repository as a remote to your forked repository:
cd JSFunSpring2024
git config pull.rebase false
git remote add upstream https://github.com/AlbanyCanCodeCourses/JSFunSpring2024.git
git remote -v
# You should see your upstream set as https://github.com/AlbanyCanCodeCourses/JSFunSpring2024.gitIf git asks you to signin with your username and password, then you will need to follow this guide on generating a personal access token. Give yourself access to all available scopes. You username will be your Github username and the password will be the token.
Finally, to run the tests for the exercises, you will need to install testing libraries:
npm install- Hangman Project
- Installation Guide: Mac | Windows | Linux
- JavaScript - MDN (Unofficial JavaScript Manual) | Tutorials
- Command Line: Command line crash course | Unix Cheat Sheet | NPM Guide
- Git: Git Commands for Beginners | First Contributions Tutorial
- Visual Studio Code: Mac Keyboard Shortcuts | Windows Keyboard Shortcuts | Getting Started | How to use Quokka.js