Giter Club home page Giter Club logo

formula-1-project's Introduction

Formula 1 Race Visualizer Web App

This web application is built to consume data from the Ergast API (http://ergast.com/mrd/), which provides lap timing and related data for Formula 1 races. The goal of this project is to create a robust, maintainable, and accurate solution that allows users to select a specific race event and visualize the race data in an interactive and informative manner.

Features

  • Allows users to select a specific Formula 1 race event.
  • Presents visualizations to help users understand what happened during the race.
  • Communicates race data visually in an interactive tool.
  • Provides levels of detail to enhance the user's understanding of the race.

Technologies Used

  • TypeScript: Ensures type safety and improves code quality.
  • React: Provides a modern and efficient framework for building user interfaces.
  • Tailwind CSS: Allows for rapid styling and customization.
  • Jest and React Testing Library: Ensures robustness through comprehensive testing.
  • Docker: Enables easy deployment and scalability of the application.

Getting Started

Prerequisites

Before running the application, make sure you have the following installed:

Running the App

Using Create React App To run the application using Create React App's development server:

npm start or yarn start

Open localhost:3000in your browser to view the app.

Using Docker To run the application in a Docker container:

docker build -t formula1-race-visualizer --progress=plain . &> build.log
docker run -p 8080:80 formula1-race-visualizer

Open localhost:8080 in your browser to view the app.

formula-1-project's People

Contributors

ezemery avatar wseng avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.