This is a FlightTracker application that allows users to view a flight's current location.
To get started with the application, follow the instructions below.
Make sure you have Node.js and npm (Node Package Manager) installed on your machine.
-
Clone the repository to your local machine:
git clone https://github.com/Musa-Msomi/flight-tracker-v1.git
-
Navigate to the project directory:
cd flight-tracker-v1 -
Install the dependencies:
npm install
To build the project, run the following command:
npm run buildThis will compile and bundle the source code into the dist directory.
To launch flight tracker in your web browser, run the following command:
npm run devThe application will be running at http://localhost:3000. Open your web browser and navigate to this URL to access the FlightTracker app.
To view a flight's current location, click on the flight number (eg. A7GB67)