Explore historical records of past Formula 1 championships. This project was written with Vue and vue-cli. It uses Axios to call up the Ergast API for historical Formula 1 data. The Ergast API has data going back to the first World Championship in 1950.
I am a big Formula 1 fan (yes, I am also an American, which nobody knows about F1 here) and I wanted to make up a personal project to learn more about Vue and making a reactive single page app. While the functionality is fully established, I plan on added some polish to UI over time.
Visit my portfolio site: smithscott.net
Email me: hello@smithscott.net
View the Live Version of Pitwall
- F1 data from the Ergast API
- Nation flags from hjnilsson
npm install
npm run serve
npm run build
npm run test
npm run lint