Mini Notes is a small MERN TypeScript teaching app for Sprint 10 Chapters 2 and 3.
It exists so students can practice applied TypeScript patterns in a compact codebase before returning to the larger WorkspaceHub project.
shared/types.ts: shared frontend/backend contractsclient/: React + Vite + TypeScript clientserver/: Express + Mongoose + TypeScript API
npm install
npm run typecheck
npm run dev:client
npm run dev:serverThe app is intentionally small. It is not the main Module 3 project.