https://github.com/pushpendra-1697/expedia-travel.com-clone
This is a Flights & Hotels reservation system Frontend service. It helps user to create account and book Hotels & Flights service. This is an individual project. In this project I am trying to explore Context API & fetching some data and showing in UI. Here you can search any flights for travelling and hotels for staying.
https://github.com/pushpendra-1697/expedia-travel.com-clone
chakra-ui css dynamic-routing html javascript jsx reactjs reactjs-components
Last synced: about 2 months ago
JSON representation
This is a Flights & Hotels reservation system Frontend service. It helps user to create account and book Hotels & Flights service. This is an individual project. In this project I am trying to explore Context API & fetching some data and showing in UI. Here you can search any flights for travelling and hotels for staying.
- Host: GitHub
- URL: https://github.com/pushpendra-1697/expedia-travel.com-clone
- Owner: Pushpendra-1697
- Created: 2022-11-08T06:48:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T09:46:48.000Z (over 1 year ago)
- Last Synced: 2025-02-24T04:42:50.648Z (8 months ago)
- Topics: chakra-ui, css, dynamic-routing, html, javascript, jsx, reactjs, reactjs-components
- Language: JavaScript
- Homepage: https://expedia-travel.vercel.app
- Size: 95.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Context API - Hotels & Flights Booking system
- DeployLinkVercel = "https://expedia-travel.vercel.app"# Overview of this App
# Search Flights
API serves flights for limited sources & destinations (eg: source: new york, destination: boston)
# Admin Details:
email: pushpendra1697@gmail.com
password: Push1697@# Tech Stacks Used
- JavaScript
- HTML
- CSS
- React.js
- Reusable React Components
- React-router-dom
# Features
- Data Authentication and Validation for all the users (Admin Side and User Side).
- Context API with PrivateRouting.
# User API Features
- User can log in to the application and update their information using their email and password.
- Users can search for the route to book a reservation from a particular source to a destination.
- Admin Can add any hotel information and update it.
- Users can checkout by entering the same email id and password after paying the amount with a timer.