Author: Daniel Ilyin
Year: 2025
Powered by: ChatGPT (OpenAI)
A personal collection of structured notes for the freeCodeCamp FullStack Development course, presented as a static website.
- Clean and minimal interface
- Notes written in Markdown
- Auto-generated table of contents
- Content structured by folder hierarchy
- Designed for incremental writing and regular updates
- Node.js
- JavaScript
- Markdown
- Static site generation
https://github.com/ilyindanny/fcc-fullstack.git
Originally based on dynamic routing and HTML templates, this project was later refactored into a static site generator after discussing the workflow with ChatGPT. The new version uses Markdown as the source format and pre-builds the content before deployment. This approach makes the project easier to maintain and better suited for learning.
All architecture decisions were made collaboratively and gradually — starting from simple ideas and adapting them step by step.