Skip to content

Commit b70e76b

Browse files
2 parents ce671dc + be8b8d8 commit b70e76b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+19226
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Landing Page (Tour & travel) : ExploreX
2+
3+
ExploreX is a dynamic and user-friendly travel platform that caters to both seasoned travelers and those embarking on their very first adventure. This project was created using a combination of cutting-edge technologies including React, Bootstrap, HTML, CSS, and JavaScript to deliver a seamless and visually appealing experience for all users.
4+
5+
## Key Features
6+
7+
- **User-Friendly Website**: ExploreX provides an easy-to-navigate website with a modern and intuitive design.
8+
9+
- **Connect with Fellow Travelers**: Join a vibrant community of like-minded individuals, share your travel experiences, and draw inspiration from others' journeys.
10+
11+
- **Stay Informed**: Stay up-to-date with the latest travel trends, tips, and insights to make the most out of your adventures.
12+
13+
- **Responsive Design**: Our web-based interface works seamlessly on both desktop and mobile devices, ensuring that you have access to your travel plans on the go.
14+
15+
## Technologies Used
16+
17+
- **React.js**: We utilized the power of React.js to create a dynamic and interactive user interface that enhances your travel planning experience.
18+
19+
- **Bootstrap**: Bootstrap was employed for its responsive design components and extensive CSS framework, ensuring a visually appealing and consistent look and feel.
20+
21+
- **HTML5 & CSS**: These core web technologies were used to structure and style the website, providing a solid foundation for a great user experience.
22+
23+
- **JavaScript**: JavaScript was used to add interactivity and functionality to the site, creating a dynamic and engaging environment.
24+
25+
## Get Started Setup
26+
27+
Ready to start your travel adventure with ExploreX? Follow these simple steps:
28+
29+
1. Clone the repository to your local machine.
30+
2. Navigate to the project directory.
31+
3. Open the `index.html` file in your web browser to explore the ExploreX website.
32+
4. Connect with other travelers, share your experiences, and get inspired for your next journey!
33+
34+
## ExploreX Community
35+
36+
We encourage you to engage with our growing community of travel enthusiasts. Follow us on social media and use the hashtags #ExploreX, #Travel, #Wanderlust, and #Adventure to share your experiences and stay connected with fellow travelers.
37+
38+
## Contributing
39+
40+
We welcome contributions to make ExploreX even better. If you have ideas, bug fixes, or improvements to suggest, please open an issue or submit a pull request.
41+
42+
## License
43+
44+
This project is licensed under the MIT License.
45+
46+
Thank you for choosing ExploreX as your travel companion. Happy exploring!
47+
48+
## Visit
49+
https://exploreex.netlify.app/
140 KB
Binary file not shown.
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<meta name="theme-color" content="#000000" />
8+
<meta
9+
name="description"
10+
content="Web site created using create-react-app"
11+
/>
12+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
13+
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
14+
<!-- FONT AWESOME CDN -->
15+
<link
16+
rel="stylesheet"
17+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
18+
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
19+
crossorigin="anonymous"
20+
referrerpolicy="no-referrer"
21+
/>
22+
23+
<!-- GOOGLE FONT START -->
24+
<link
25+
rel="stylesheet"
26+
href="https://fonts.googleapis.com/css?family=Sofia"
27+
/>
28+
<link
29+
rel="stylesheet"
30+
href="https://fonts.googleapis.com/css?family=Audiowide"
31+
/>
32+
<link
33+
href="https://fonts.googleapis.com/css2?family=Lato:ital@1&family=Roboto&display=swap"
34+
rel="stylesheet"
35+
/>
36+
<link
37+
href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap"
38+
rel="stylesheet"
39+
/>
40+
<!-- GOOGLE FONT END -->
41+
<!-- BOOTSTRAP CSS CDN LINK START -->
42+
<link
43+
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"
44+
rel="stylesheet"
45+
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM"
46+
crossorigin="anonymous"
47+
/>
48+
<!-- BOOTSTRAP CSS CDN LINK END -->
49+
50+
<title>ExploreX</title>
51+
</head>
52+
<body>
53+
<noscript>You need to enable JavaScript to run this app.</noscript>
54+
<div id="root"></div>
55+
</body>
56+
<!-- BOOTSTRAP JS CDN LINK START -->
57+
<script
58+
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
59+
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
60+
crossorigin="anonymous"
61+
></script>
62+
<script
63+
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.min.js"
64+
integrity="sha384-fbbOQedDUMZZ5KreZpsbe1LCZPVmfTnH7ois6mU1QK+m14rQ1l2bGBq41eYeM/fS"
65+
crossorigin="anonymous"
66+
></script>
67+
<!-- BOOTSTRAP JS CDN LINK END -->
68+
</html>

0 commit comments

Comments
 (0)