This repository is my Full Stack learning log and project portfolio following the roadmap at https://roadmap.sh/full-stack.
Purpose
- Track learning, take notes, and store projects built while following the Full Stack Roadmap.
Structure
notes/— lesson notes organized by topic (html, css, javascript, react, nodejs, database, backend, devops, misc).projects/— hands-on projects grouped by tech; each project gets its own folder with README andsrc/.templates/— reusable starters and boilerplates.assets/— images, fonts, screenshots.backend/— server examples, schemas, migrations.deployment/— Docker, k8s, CI configs.scripts/— helper scripts.docs/— longer writeups, diagrams, study guides..github/— workflows and templates.archive/— older experiments.
How I use this repo
- Add lesson notes under
notes/<topic>/. - Start projects in
projects/<tech>/project-name/with a README describing scope and steps. - Save reusable starters in
templates/.
License
- Personal learning repository.