This a single-page application built with React and Redux, allowing users to book flights by selecting their origin and destination
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.
Frontend: React, Redux
State Management:Redux,
- Clone the Repository:
git clone:https://github.com/alexander784/Flight.git
cd Flight
- Install dependecies
npm install
- Start development server:
npm start
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.
<br
Nyaga Alexander