An immersive Formula 1 companion site with drivers, teams, race calendar, standings, and watch guides.
F1 Racing Hub is a modern Next.js app designed to make Formula 1 easier to explore. It combines clean data views with an animated visual style so fans can quickly check:
- Driver and constructor info
- 2025 race calendar and countdown timer
- Projected championship standings charts
- Beginner-friendly watch and sport format guidance
- Next.js 16 (App Router)
- React 19
- TypeScript
- Tailwind CSS 4
- Framer Motion
- Recharts
/Home/drivers/teams/calendar/standings/watch
npm install
npm run devOpen http://localhost:3000.
npm run dev # local development
npm run build # production build
npm run start # run production build
npm run lint # lint checksOptimized for Vercel deployment with next build.
This project is licensed under the MIT License. See LICENSE.
