Skip to content

islamashraful/f1-seasons-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

f1 Seasons Archive

This app shows the F1 season list from 2005 till now(2021) with a list of winners for every race of the corresponding year using Ergast Developer API.

This app was bootstrapped with Create React App.

To get other season's information, please change LIMIT and OFFSET values from src/config/const.js file.

const AppConstant = {
  LIMIT: 16,
  OFFSET: 55,
};

To know more about LIMIT and OFFSET, have a look at Response paging section from Ergast Developer API reference.

External Libraries

Available Scripts

From the project directory following scripts are available:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm build

Builds the app for production to the build folder.

npm eject

Eject the application.

npm test

Launches the test runner in the interactive watch mode.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published