/react-eta

Eta calculator using typescript and react

Primary LanguageTypeScript

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'