https://github.com/zhenghaoyang24/fonegp
A simple but all ready Formula 1 Data Platform.Made with ❤️ by F1 fans for F1 fans.
https://github.com/zhenghaoyang24/fonegp
f1 formula formula-one formula1
Last synced: 8 months ago
JSON representation
A simple but all ready Formula 1 Data Platform.Made with ❤️ by F1 fans for F1 fans.
- Host: GitHub
- URL: https://github.com/zhenghaoyang24/fonegp
- Owner: zhenghaoyang24
- License: mit
- Created: 2025-03-30T06:43:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-02T05:57:10.000Z (8 months ago)
- Last Synced: 2025-04-02T06:31:39.402Z (8 months ago)
- Topics: f1, formula, formula-one, formula1
- Language: Vue
- Homepage: https://fonegp.netlify.app/
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🏎️ A simple but all ready Formula 1 Data Platform
🏁 Made with by F1 fan for F1 fans ❤️ 🏁
## 🚀 Features
This project is currently under development and some features are not yet fully developed.
### 🗓️ Live Schedule
- Real-time race calendar with countdowns
- Session times with local timezone conversion
- Circuit maps & weather forecasts
### 📊 Post-RaceArray Analytics
- Interactive lap time comparisons
- Tire strategy visualizations
- Overtaking heatmaps
### 🏆 Rankings System
- Driver standings with form indicators
- Team championship progress tracker
- Historical ranking comparisons (2010-2025)
### 🔍 Deep Profiles
- Driver career timelines
- Team technical specifications
- Engine performance metrics
---
## 🛠 Tech Stack
**Core Framework**
[
](https://vuejs.org/)
Vue 3 Composition API
**State Management**
[
](https://pinia.vuejs.org/)
Pinia
**Data Visualization**
[
](https://echarts.apache.org/) Apache
ECharts
**API Layer**
[
](https://axios-http.com/) Axios
## 🚧 Development
```bash
# Install dependencies
pnpm install
# Start dev server
pnpm run dev
# Build for production
pnpm run build
```
## 🙏 Acknowledgments
Special thanks to the open-source F1 data API:
[rafacv23/f1-api](https://github.com/rafacv23/f1-api)