Skip to content

yannickgloster/f1-lap-visualizer

Repository files navigation

F1 Lap Visualizer

Live Deployment

Report

Untitled

Built for CS7DS4

The Formula 1 Race visualizer is an unofficial visualizer of races from 1996 onwards. The site will update with the latest races after they happen.

Once you select a year and a round, you can select a lap or click play to see how the gap to the leader evolved over time.

You can click or hover over a driver for additional driver, constructor, and race information.

Powered by the Ergast API.

In the case of any error, refresh the page.

In the case of the Ergast API becoming unavailable, the page will revert to backup data.

Viewing on mobile devices my cause strange behavior and is discouraged.

Build Instructions

  1. Rename .env.example to .env
  2. Install Packages - npm i
  3. Run Development Server - npm run dev