Infos
It's a web application that uses Formula 1 data from the Ergast API to display and share it. The idea is to make a wealth of information available to the general public. So you can get information on drivers, constructors and circuits. If you're a F1 fan like me, you'll love this project!
PS: This is my first application using React and NextJS, so if you have any feedback, don't hesitate!
- Ergast Developer API
The Ergast Developer API is an experimental web service which provides a historical record of motor racing data for non-commercial purposes.
The API provides data for the Formula One series, from the beginning of the world championships in 1950. - Wikipedia API
Everyone knows Wikipedia. In my application, I used its API, mainly to retrieve images to reinforce the Ergast API data.
- Shadcn/ui
Shadcn is a beautiful collection of open-source components and templates for Tailwind CSS. I used it to style my application.