In this project, I've tried to visualize data about Formula 1. This website includes information about races, race results, standings, drivers and teams.
I would like to thank to Ergast for featuring this project in their Application gallery! You can check this out.
Project is written with React. TailwindCSS and Material UI are used for styling. Vercel is used for deployment.
There are several API's that I used for fetching data.
- Ergast API for F1 data from 1950 to today.
- MediaWiki for getting images and infobox data from Wikipedia pages of drivers and teams.
- Youtube Data API v3 for searching highlight videos of completed races.
- Country Flags API for getting host countries' flags.
The site can be accessed from here
- Some of the old drivers and teams does not have images.
- I am using Youtube Data API v3 for free and therefore, I have 100 request quota of youtube search. When the daily quota is exceeded, this website will not be able to show youtube race highlight videos.
- It needs a lot of styling.