Fullstack CourseLearn by building
Back to roadmap

Week 4 — Revise, Challenge & Practice

Revise the FE architecture map, solve challenges, explore playgrounds, then ship the Capstone Notes UI mini-project.

End-of-week mini-project · practice only

Capstone Notes UI

Grow a Notes client through RTK drafts, Query lists, Next shell, and filter chrome — Nest owns auth and persistence.

Definition. The Week 4 FE capstone is a staged Notes UI that combines React foundations, RTK client drafts/chrome, TanStack Query server lists, and Next App Router hosting against a Nest Notes API (or stub).

In simpler words. This is the track finale: one Notes product UI that proves the ownership map. Deep steps live in the hands-on practice topic.

Deliverables

  • Notes board with list/form; RTK for draft + selection + filter chrome
  • Query for Nest notes list/mutations; cookie auth recovery on 401
  • Next route + Server shell + Client board; ARCHITECTURE.md ownership table
  • Demo script: draft → post → filter apply → 401 recovery

Acceptance checklist

- [ ] RTK never stores Nest notes[]
- [ ] Query key includes applied filters; filterDraft does not refetch every keystroke
- [ ] Next Provider placement correct
- [ ] Empty ≠ loading; mutation errors on the form
- [ ] ARCHITECTURE.md names React / RTK / Query / Next / Nest
- [ ] Follow the detailed checklists in the fe-hands-on-practice topic

Tips

  • Open the Hands-on practice topic for staged P1–P4 Notes UI acceptance lists.
  • Pair with backend be-notes-p* if you own the API; otherwise stub the contract.