BarretLemire / react-eta

Eta calculator using typescript and react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ETA Calculator

A simple React application to calculate the Estimated Time of Arrival (ETA) based on speed and distance inputs.

Prerequisites

  • Node.js (v18.0.0 or later recommended)
  • npm (v8.0.0 or later recommended)

Setup

  1. Clone the repository (if you haven't already):

    git clone https://github.com/your-username/eta-calculator.git
    cd eta-calculator
    
  2. Install the dependencies

  • run 'npm install'
  1. Run the server
  • run 'npm start' or 'npm run dev'

About

Eta calculator using typescript and react


Languages

Language:TypeScript 50.2%Language:CSS 34.2%Language:JavaScript 8.4%Language:HTML 7.1%