├── .vercel ├── project.json └── README.txt ├── src ├── media │ ├── tth.png │ ├── loader.gif │ ├── tth3.png │ └── Flights_Locations.jpg ├── components │ ├── AdminNavbar.jsx │ ├── PrivateRoute.jsx │ ├── homePageComponent2.jsx │ ├── homePageComponent.jsx │ ├── HomeSliders.jsx │ ├── Offers.jsx │ ├── Navbar.jsx │ └── Footer.jsx ├── Redux │ ├── Offers │ │ ├── offer.actiointyp.js │ │ ├── offer.reducer.js │ │ └── offer.action.js │ ├── HotelRedux │ │ ├── actionTypeHotel.js │ │ ├── actionHotel.js │ │ └── reducerHotel.js │ ├── AdminFlights │ │ ├── actionType.js │ │ ├── reducer.js │ │ └── action.js │ ├── AdminHotel │ │ ├── actionType.js │ │ ├── reducer.js │ │ └── action.js │ ├── Authantication │ │ ├── auth.actionType.js │ │ ├── auth.reducer.js │ │ └── auth.action.js │ └── store.js ├── Pages │ ├── Hotel │ │ ├── Hotel.jsx │ │ ├── HotelLayout.css │ │ ├── HotelStyles │ │ │ ├── HotelLayout.css │ │ │ └── HotelFooter.css │ │ ├── HotelFooter.jsx │ │ ├── HotelLayout.jsx │ │ ├── HotelDetails.jsx │ │ └── HotelSubNavbar.jsx │ ├── booking │ │ ├── Booking.jsx │ │ ├── bookingDetails.jsx │ │ ├── Booking.Module.css │ │ └── Cart.jsx │ ├── Flights │ │ ├── FlightList.jsx │ │ ├── FlightCard.jsx │ │ └── Flight.jsx │ ├── AllRoutes.jsx │ ├── Admin │ │ ├── AdminProducts.jsx │ │ ├── adminLandingPage.jsx │ │ ├── AllHotels.jsx │ │ ├── Admin.Module.css │ │ ├── AdminHotel.jsx │ │ └── AdminFlight.jsx │ ├── HomePage.jsx │ ├── Login.jsx │ └── Register.jsx ├── index.css ├── App.js ├── index.js ├── App.css ├── 01_firebase │ └── config_firebase.js └── styles │ ├── homeSliders.css │ ├── adminLanding.css │ ├── login.css │ ├── adminProduct.css │ ├── footer.css │ ├── navbar.css │ ├── homeOffers.css │ └── homePage.css ├── public └── index.html ├── .gitignore ├── package.json └── README.md /.vercel/project.json: -------------------------------------------------------------------------------- 1 | {"orgId":"rd0CGc36Jk4YbRwv44Qdiz2F","projectId":"prj_9ZO6Ozoeb534yYxelkxJeRRcKcWY"} -------------------------------------------------------------------------------- /src/media/tth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shivammchaudhary1/trip-to-heaven/HEAD/src/media/tth.png -------------------------------------------------------------------------------- /src/media/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shivammchaudhary1/trip-to-heaven/HEAD/src/media/loader.gif -------------------------------------------------------------------------------- /src/media/tth3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shivammchaudhary1/trip-to-heaven/HEAD/src/media/tth3.png -------------------------------------------------------------------------------- /src/components/AdminNavbar.jsx: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | export const AdminNavbar = () => { 4 | return <>>; 5 | }; 6 | -------------------------------------------------------------------------------- /src/media/Flights_Locations.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shivammchaudhary1/trip-to-heaven/HEAD/src/media/Flights_Locations.jpg -------------------------------------------------------------------------------- /src/Redux/Offers/offer.actiointyp.js: -------------------------------------------------------------------------------- 1 | export const GET_OFFER_REQUEST = "GET_OFFER_REQUEST" 2 | export const GET_OFFER_SUCCESS = "GET_OFFER_SUCCESS" 3 | export const GET_OFFER_ERROR = "GET_OFFER_ERROR" -------------------------------------------------------------------------------- /src/Redux/HotelRedux/actionTypeHotel.js: -------------------------------------------------------------------------------- 1 | //GET REQUEST 2 | 3 | export const GET_HOTEL_REQUEST = "GET_HOTEL_REQUEST"; 4 | export const GET_HOTEL_SUCCESS = "GET_HOTEL_SUCCESS"; 5 | export const GET_HOTEL_FAILURE = "GET_HOTEL_FAILURE"; 6 | -------------------------------------------------------------------------------- /src/Pages/Hotel/Hotel.jsx: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import HotelSubNavbar from "./HotelSubNavbar"; 3 | 4 | const Hotel = () => { 5 | return ( 6 |
Book International and Domestic Flights
19 |Book International and Domestic Flights
36 |Regular Fares
67 |Armed Forces Fares
71 |Student Fares
75 |Seniour Citizen Fares
79 |Doctor & Nurse Fares
83 |Double Seat fares
87 |
13 |
14 |
18 |
19 |
23 |
24 |
28 |
29 |
33 |
34 |
47 |
51 |
55 |
59 |
63 | DOM FLIGHT
65 |86 | Get India's #1 travel super app, join 100 Million+ happy travellers! 87 |
88 |Use code WELCOMEMMT and get upto Rs 1200 off on your first domestic flight booking
*/} 91 |MORE WAY TO GET THE APP
113 | 117 | 121 |
127 | Where2Go
94 |
100 | TripMoney
101 |
107 | Explore Enternational Flights
108 |MICE
115 |
121 | Gift Cards
122 |
41 |
42 | By proceeding, you agree to MakeMyTrip'sT&Csand Privacy
*/} 187 | Don't have an Account 188 | Admin Login 189 |By proceeding, you agree to MakeMyTrip'sT&Csand Privacy
234 |Book International and Domestic Flights
103 |Regular Fares
174 |Armed Forces Fares
178 |Student Fares
182 |Seniour Citizen Fares
186 |Doctor & Nurse Fares
190 |Double Seat fares
194 |Where2Go
210 |
216 | TripMoney
217 |
223 | Explore Enternational Flights
224 |MICE
231 |
237 | Gift Cards
238 |Book International and Domestic Flights
202 |Where2Go
250 |
256 | TripMoney
257 |
263 | Explore Enternational Flights
264 |MICE
271 |
277 | Gift Cards
278 |