Sports & Stream is a Remix app that fetches a weekly sports stream schedule and lets users open streams in a full-screen player.
- Weekly sports listing
- Day-based filtering (
All+ individual day tags) - Full-screen player modal (iframe stream playback)
- Dark/light mode toggle (Chakra UI color mode)
- Responsive layout with Chakra UI
- Remix
- React
- TypeScript
- Chakra UI + Emotion
- Axios
npm run start preloads dotenv, so .env is read in production mode too.
npm install
npm run devnpm run build
npm run startVercel deployment is configured via vercel.json with a custom api/index.js entry that serves Remix build output.