https://github.com/razzbabu4/tourism-management-client
Wander Wisely is a project where users can explore tourist spots in specific areas, such as Southeast Asia. The home page features a navigation bar, banner, tourist spots, countries, team section, updates, and footer. Users can view details of specific tourist spots by clicking the "view details" button in the tourist spots section.
https://github.com/razzbabu4/tourism-management-client
daisyui-react firebase-auth firebase-hosting react-router-dom reactjs tailwind-css
Last synced: 21 days ago
JSON representation
Wander Wisely is a project where users can explore tourist spots in specific areas, such as Southeast Asia. The home page features a navigation bar, banner, tourist spots, countries, team section, updates, and footer. Users can view details of specific tourist spots by clicking the "view details" button in the tourist spots section.
- Host: GitHub
- URL: https://github.com/razzbabu4/tourism-management-client
- Owner: razzbabu4
- Created: 2024-06-23T04:48:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T15:04:38.000Z (6 months ago)
- Last Synced: 2025-02-13T23:18:35.252Z (2 months ago)
- Topics: daisyui-react, firebase-auth, firebase-hosting, react-router-dom, reactjs, tailwind-css
- Language: JavaScript
- Homepage: https://tourism-management-bd08e.web.app
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wander Wisely
## Necessary Info.
- Category : Southeast Asia
- Live Link : https://tourism-management-bd08e.web.app
- Server Repository : https://github.com/razzbabu4/tourism-management-server## Features
- User-friendly Interface: Ensure intuitive navigation and visually appealing design to enhance user experience.
- Comprehensive Destination Information: Provide detailed descriptions, photos, and maps for tourist attractions, accommodations, and activities.
- Booking System: Implement a secure and efficient booking platform for accommodations, tours, and transportation.
- Feedback and Reviews: Enable visitors to leave reviews and ratings, fostering trust and transparency within the community.
- Security : Implement strong encryption, secure payment processing, and regular security audits to safeguard user data and ensure privacy## Run the Project Locally
1. **Clone the Repository**:```sh
git clone https://github.com/razzbabu4/tourism-management-client.git
cd tourism-management-client
```2. **Install Dependencies**:
```sh
npm install
```3. **Set Up Environment Variables**: Create a `.env.local` file in the root directory and add the necessary environment variables. (**Important!**)
4. **Run the Application**:
```sh
npm run dev -- --host
```5. **Access the Site**: Open your browser and go to `http://localhost:5173/` or `http://192.168.1.12:5173/` from other devices on the same network to view the application.