I built this Formula 1 client because of my newfound love for F1 racing. Stay updated with all the stats, scores, and standings in a beautifully designed UI that's as fast as your favorite team on race day!
- Driver and team standings
- Race results
- Circuit stats
- Historical data (upto 2023 currently but will be updated soon)
To get formulator up and running follow these simple steps:
- Clone the repository:
git clone https://github.com/rittikbasu/formulator.git
- Navigate to the project directory:
cd formulator
- Install dependencies:
npm install
- Fire up the development server and open http://localhost:3000:
npm run dev
Formulator is an open-source project, and contributions are welcome so feel free to submit a pull request by following these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.