Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Git/GitHub

TODO: mention GUI tools like Tower, GitKraken, GitLens that are free with GitHub Education pack

https://www.atlassian.com/git

HTML/CSS/JS Basics

https://developer.mozilla.org/en-US/docs/Web/JavaScript - great reference resource for anything relating to HTML, CSS, or JS

...

https://egghead.io/courses/the-beginner-s-guide-to-react - free course on React to get a deeper understanding of what React does

Advanced Styling + Tailwind CSS

https://tailwindcss.com/docs/utility-first - explains why tools like Tailwind CSS are useful. site also includes a reference for all Tailwind CSS classes and corresponding CSS styles

https://css-tricks.com/the-thought-process-behind-a-flexbox-layout/ - basic overview of flexbox

...

https://knightsoftheflexboxtable.com/ - Good exercise for learning how flexbox works and remembering the corresponding Tailwind classes

Notes from old resource document:

...