Useful Links

Published

September 1, 2025

This is a collection of external resources that you will find useful over the course of the semester.

Eloquent JavaScript
An e-book introduction to JavaScript
W3 Schools
A basic introduction to HTML and CSS (especially helpful if those are new technologies for you)
JavaScript MDN Reference
Extensive JavaScript documentation. If you search for particular aspects of the language, you will likely find yourself here
Git Refcard
A single page cheat sheets with many of the important Git commands
Git Documentation
Git documentation, including detailed command reference, e-book and other resources
React.js
React documentation (starting with Hello World tutorial).
Next.js
Next.js documentation
Node.js
Node.js home (with links to documentation).
pnpm.js
pnpm documentation
Biome
Documentation for the biome linter and formatter
Vitest
Documentation for vitest, our test runner
Testing Library
Documentation for the Testing Library, our UI testing tools

Tools

VSCode