Formula One is a web page inspired by the Oficial Formula One Web Page.
🔗 View it live: Formula One Website
This project was built using Vite + React.js. The layout, components, and charts were created using:
- Bootstrap for styling and responsive design.
- [ApexCharts]apexcharts for interactive charts and data visualization.
- Data extracted from the Formula One 2022 Season Wikipedia.
Ensure you have the following installed:
- Vite React JS (Check installation with:
node -v)
Clone the repository and install dependencies:
# Clone the repository
git clone https://github.com/RafaGomezGuillen/formula-one.git
# Navigate into the project directory
cd formula-one
# Install dependencies
npm installStart the development server:
npm run dev