A test project for searching and browsing movies using the TMDB API.
- Requirements brief:
docs/booster/project-brief.md - Self-review checklist and scoring:
docs/booster/self-review-checklist.md - Step-by-step implementation roadmap:
docs/booster/implementation-roadmap.md - Reference routes and UI notes from screenshots:
docs/booster/reference-routes-ui.md - Architecture context (RTK + FSD segments):
docs/booster/architecture-context.md - Minimal GitHub Flow guide:
docs/booster/github-flow-basics.md
- Install dependencies:
npm install
- Run the project:
npm run dev
- React
- TypeScript
- Redux Toolkit (including RTK Query)
- React Router
- CSS Modules