- Category : Southeast Asia
- Live Link : https://tourism-management-bd08e.web.app
- Server Repository : https://github.com/razzbabu4/tourism-management-server
- 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
-
Clone the Repository:
git clone https://github.com/razzbabu4/tourism-management-client.git cd tourism-management-client
-
Install Dependencies:
npm install
-
Set Up Environment Variables: Create a
.env.local
file in the root directory and add the necessary environment variables. (Important!) -
Run the Application:
npm run dev -- --host
-
Access the Site: Open your browser and go to
http://localhost:5173/
orhttp://192.168.1.12:5173/
from other devices on the same network to view the application.