Progressive Web App (network first) all about Formula 1 data. (https://jdro10.github.io/f1-data)
- Pre-season information if applicable (event name, date, time countdown)
- Next race information (event name, date, time countdown, circuit information, free practice 1, 2 and 3 schedule, qualifying schedule and sprint schedule)
- Previous race information (event name, date, time)
- Previous race quick statistics (podium, pole position, the fastest lap of the race)
- Drivers' and constructors' standings (since 1950)
- Race calendar (since 1950)
- Full race results (race classification, lap history chart, circuit information and map, qualifying classification and sprint classification)
- Drivers' profile (biography from Wikipedia)
- Drivers statistics (wins, pole positions, podiums, first and last grand prix, number of grands prix participated, total points earned and total laps raced)
- Progressive Web App (network first)
- Dark mode option
# Clone the repository
https://github.com/jdro10/f1-data
cd f1-data/f1-data
# Install dependencies
npm install
# Start the project
npm start
- Ergast API - Formula One data.
- Wikipedia API - Some drivers' and circuits' information.