A cinematic dashboard inspired by the tone of Peaky Blinders.
This project reuses the structure of the previous dashboard app and rethemes it into an operations board with dossiers, contacts, a notice modal, and ambient audio controls.
- Single-screen immersive dashboard
- 6 dossier cards with expandable modal details
- Contact table with reserved placeholder rows
- Notice popup panel
- Play/pause control for background audio
- Fully responsive layout for desktop and mobile
- Vite
- React 19
- TypeScript
- Plain CSS (no UI framework)
npm install
npm run devnpm run build
npm run preview- Edit dossiers and contacts in
src/App.tsx - Edit theme and layout in
src/App.css - Replace soundtrack at
public/assets/bgm.mp3
This project was created in c:/Users/plamb/Peaky Blinders based on the structure of better-call-monad.