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
- Host: GitHub
- URL: https://github.com/alexander784/flight
- Owner: alexander784
- Created: 2024-05-03T09:50:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T17:01:58.000Z (about 2 years ago)
- Last Synced: 2025-03-01T10:46:12.222Z (over 1 year ago)
- Topics: react-router, reactjs, redux-toolkit
- Language: JavaScript
- Homepage: https://flight-henna.vercel.app/
- Size: 729 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.`