An unofficial Formula 1 dashboard that offers fans an interactive and data-rich experience. Track driver and constructor standings, analyze race stats, and compare head-to-head performances—all in one sleek interface.
⚠️ This project is not affiliated with Formula 1 or Formula One Licensing BV. All trademarks are property of their respective owners.
https://deltadash-pink.vercel.app/
- Drivers & Constructors Standings: View current championship standings.
- Live Telemetry: View live telemetry data along with Race Control messages and Team Radios.
- Driver Stats: Dive into individual driver performance metrics.
- Race Insights: Explore race-specific data, including pit stops and head-to-head comparisons.
- Circuit Information: Access detailed information about each circuit.
- Interactive Visualizations: Analyze data through intuitive charts and graphs.
- Advanced tire strategy insights
- Best lap comparisons
- Advanced caching strategies for better UI loading times
- Node.js v16 or higher
- npm or yarn package manager
# Clone the repository
git clone https://github.com/yashsoni27/f1-dash.git
# Install dependencies
cd f1-dash
npm install --legacy-peer-deps
# Start the development server
npm run dev-
Frontend Framework
- Next.js - React framework for production
- TypeScript - Type-safe development
- TailwindCSS - Utility-first CSS framework
-
Data Visualization
- Custom chart components for various data representations
- Interactive data visualization tools
- Real-time data updates
-
APIs Integration
- Jolpica API - Race data integration
- DHL API - Pitstop data integration
- F1SignalR - Live race data integration
- Implementing Tanstack query
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.


