PROCESS NOTES
Sources and inspiration
Where I pulled ideas, tools, and references from while building this project.
Tutorials and docs
- Tailwind CSS for utility-first layout and responsive styling decisions across the portfolio.
- Web3Forms for the contact form backend used on the portfolio site.
- Google Fonts for Space Grotesk, Inter, and IBM Plex Mono across the site.
Browser APIs and platform references
- MDN: Intersection Observer API for the scroll-triggered reveal behavior on the portfolio.
- MDN: matchMedia() for reduced-motion checks and theme preference detection.
- MDN: localStorage for saving the user's theme choice between visits.
- MDN: Fetch API for loading contact-form requests.