Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 719 Bytes

File metadata and controls

29 lines (18 loc) · 719 Bytes

Overview & Tech Stack

Cinema Plot is built with modern web technologies to provide a fast, type-safe developer experience.

Frontend

  • Next.js (App Router)
  • React 19 + TypeScript
  • Tailwind CSS and shadcn/ui for components

Backend

  • Firebase (Firestore, Auth, Storage)
  • Mailgun for transactional email (notification emails)

Testing & Tooling

  • Jest for unit tests
  • Playwright for end-to-end tests
  • ESLint and TypeScript for code quality

Project structure

See repository top-level directories (app/, components/, lib/, __tests__/, etc.) for details.

Notes

  • Use the docs/ folder for operational and contributor-facing documentation.
  • Keep README.md concise and link to the docs for details.