Formula One is a Web Page inspired in the Oficial Formula One Web Page. It was created using Vite React JS. Layout, components and charts were created using the Boostrap and apexcharts. All data were extracted from the Formula One 2022 Season Wikipedia.
Make sure you have Node.js installed on your machine. You can check if Node.js is installed by running the following command in your terminal:
node -v
npm install
npm i
After the installation, start the development server:
npm run dev