Goals

  • Learn Git
  • Learn JS
  • Make cool things

Resources

https://opendsa.cs.vt.edu/ODSA/Books/PL/html/index.html - CompSci Library https://www.nand2tetris.org/ - Chipset programming

Notes

{ 
"background.enabled": true, "background.customImages": [ "file:///FILE/PATH/GOES/HERE.png"], "background.useFront": false, "background.style": { 
"opacity": 0.7, "background-size": "cover", "background-position": "center" 
}, 
"workbench.colorTheme": "Ayu Dark Bordered", "background.fullscreen": { "images": [], "opacity": 0.91, "size": "cover", "position": "center", "interval": 0 
} 
}

VS Code Shortcuts

  1. Ctrl+X = Cut line (empty selection) You can erase the whole line you selected.
  2. Alt+ ↑ / ↓ = Move line up/down.
  3. Shift+Alt + ↓ / ↑ = Copy line up/down.
  4. Ctrl+Shift+K = Delete line.
  5. Home / End = Go to beginning/end of line.
  6. Ctrl+Home =Go to beginning of file.
  7. Ctrl+End =Go to end of file.

Projects

  • Pomodoro timer
    • Clock countdown
    • Interactivity
    • Animation per second
    • Audio
  • Encounter Creator (Difficult)
    • Need Database Interactivity
    • Levels
    • Biomes
    • Pull HP, Pg #, AC
  • Weather App
    • Weather API
    • 5 Day Forecast
    • Rain check?
  • Snake
    • Interactivity
    • Canvas
  • Dice Roller
    • Set die type
    • Set die quantity
    • Advantage/Disadvantage