Welcome to the Formula 1 App! This app provides a comprehensive platform for accessing Formula 1 data spanning from the year 1950 to 2022. Whether you're an avid fan or just curious about the history of Formula 1 racing, this app will allow you to explore detailed information about races, drivers, and constructors from the past decades.
- Browse through historical Formula 1 race data starting from 1950 to 2022.
- Get in-depth information about individual races, including race winners, podium finishers, and more.
- Explore the profiles of drivers who have participated in Formula 1, with details about their achievements and career highlights.
- Gain insights into the constructors that have competed in the championship, along with their performance statistics.
Visit http://m1rels.github.io/formula-1 and leran more about the Formula 1 World.
To run the Formula 1 App locally on your machine:
-
Clone this repository to your local environment.
git clone https://github.com/m1rels/formula-1.git cd formula-1
-
Install the required dependencies.
npm install
Start the app on the development server using following command:
npm run dev
The app will be accessible at http://localhost:3000.
- React.js and Next.js for building the interactive and dynamic user interface.
- Chakra UI, a simple and fast component library
- RESTful APIs to retrieve historical Formula 1 data from the Ergast Developer API.