An open API service indexing awesome lists of open source software.

https://github.com/alexander784/flight

This an application built with React and Redux, allowing users to book flights by selecting their origin and destination
https://github.com/alexander784/flight

react-router reactjs redux-toolkit

Last synced: about 2 months ago
JSON representation

This an application built with React and Redux, allowing users to book flights by selecting their origin and destination

Awesome Lists containing this project

README

          

## Flight Booking Website

This a single-page application built with React and Redux, allowing users to book flights by selecting their origin and destination

## Features
Flight Booking: Select departure and arrival locations.
Redux State Management: Efficient state handling using Redux.
Responsive Design: OPtimized for various screen sizes.
User-FriendlyInterface: Simple and intuitive UI for asy navigation and booking.

## Technologies Used

Frontend: React, Redux

State Management:Redux,

## Installation

1. Clone the Repository:

`git clone:https://github.com/alexander784/Flight.git`

`cd Flight`
2. Install dependecies

`npm install`

3. Start development server:

`npm start`

## Usage
1.Homepage : The landing page where users can see a form to book a flight

2. Booking Form:
`Select the "From" location(departure).`

`Select the "To" location (arrival)`

`Button to add the selected flights on the display form.`