Zero to MERN in 65 Days
"No experience needed. Full-stack developer by Day 65."
Curriculum & Timeline Detailed Breakdown
HTML — Building the Skeleton
Outcome: Semantic static recipe page — all HTML, no styling yet
CSS — Styling, Layout, Responsive
Outcome: Responsive landing page — hero, 3 feature cards, fully mobile ready
JavaScript — Logic, DOM, APIs
Outcome: Persistent to-do list + public GitHub repos pushed
Node.js — Servers and Modules
Outcome: CLI tool + raw Node server with .env config
Express.js — Full REST API
Outcome: 10-endpoint REST API for Users + Products
MongoDB + Mongoose — Cloud Database
Outcome: API now persists to MongoDB Atlas — no more in-memory data
JWT Authentication — Real Login System
Outcome: Complete register/login system with protected note routes
React — Frontend Connected to Your API
Outcome: React frontend wired to Express API — login & notes working
Deploy — Put It on the Internet
Outcome: NoteNest — live full-stack app on the internet, Day 65
NoteNest — Full Stack Notes App
A complete full-stack notes application. Users register, log in, and manage their own personal notes. JWT protects all routes. MongoDB stores all data. React handles the frontend. Deployed live and fully functional by Day 65 — a real portfolio piece.