An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          




🏎️ A simple but all ready Formula 1 Data Platform


🏁 Made with by F1 fan for F1 fans ❤️ 🏁



Vue


TypeScript

## 🚀 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**

[Vue](https://vuejs.org/)
Vue 3 Composition API

**State Management**

[Pinia](https://pinia.vuejs.org/)
Pinia

**Data Visualization**

[ECharts](https://echarts.apache.org/) Apache
ECharts

**API Layer**

[Axios](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)