A simply lovely dashboard for exploring Formula 1 lap data and performance. Designed with a clean, minimal interface for professional data exploration and performance insight.
- 🏁 Lap Comparison Engine – Compare driver lap performance across sessions and seasons.
- 📍 Track Visualization – Clean, zoomable track rendering with real-time car position.
- 📊 Live Telemetry Panel – Speed, gear, RPM, throttle, and brake data displayed with precision.
- ⚡ Fastest Lap Detection – Automatically highlights fastest laps and best sector performance.
- 🎛️ Driver & Session Selection – Select races, sessions, and drivers dynamically.
- 📱 Responsive Dashboard UI – Optimized for desktop and tablet viewing.
- Next.js
- TypeScript
- Tailwind CSS
- Open F1 API
- Clone the repository:
git clone https://github.com/Danindu05/f1-lap-simulator.git
- Navigate to the project directory:
cd f1-lap-simulator - Install dependencies
npm install
- Start the development server
npm run dev
- Open in your browser
Visit http://localhost:3000