Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 600 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 600 Bytes

Airline Seats

A sample web application that allows users to select seats on a flight.

This app was written with HTML, CSS, JavaScript, JSX, and React.

App screenshot

To run the application:

  1. Clone this repository to your local machine.
  2. Navigate to the root directory (airline-seats) in your terminal and run the command "npm install" to install required Node modules. Ensure you have Node and NPM installed.
  3. Run the command "yarn start" and the application will automatically run in a new browser window.