Welcome to the Kathmandu Unity Boys Hostel website! 🎉 This website showcases the hostel's facilities, services, and features, designed to highlight the experience of staying with us. 🚀
- 🧑💻 About the Hostel: A short introduction to our facilities, amenities, and the experience we offer to guests.
- 🛠️ Rooms and Facilities: A curated collection of available rooms, complete with descriptions, prices, and booking information.
- 🍽️ Services: A comprehensive list of the services provided at the hostel, including meals, laundry, and more.
- 📬 Contact Form: An intuitive form to connect with the hostel directly from the website.
- 📱 Responsive Design: Fully optimized for desktops, tablets, and mobile devices.
- ⚡ Performance Optimized: Built with Vite/React for lightning-fast load times and smooth navigation.
- ✍️ Custom Styling: A sleek, modern UI crafted with Tailwind CSS for a professional look.
- 🌐 GitHub Pages Hosting: The website is deployed for seamless and reliable accessibility.
- 🔗 GitHub Integration: Features direct links to repositories and live demos of the project.
This website reflects our commitment to providing a comfortable, clean, and affordable stay for students and visitors in Kathmandu. Explore, book, and experience a great stay at Kathmandu Unity Boys Hostel! 🌈✨
Visit the live website here: Kathmandu Unity Boys Hostel 🌐
Feel free to reach out! Let’s connect and collaborate! 😄"
- ⚛️ React: For building the user interface.
- 🟦 TypeScript: Adds static typing to JavaScript for better code quality.
- 🎨 Tailwind CSS: Utility-first CSS framework for styling.
- ⚡ Vite: Fast development server and build tool.
- 🖼️ Lucide Icons: For adding scalable vector icons (optional).
-
🌐 GitHub Pages: Static hosting platform for deployment.
-
🖌️ PostCSS: For processing and enhancing CSS styles.
Follow these steps to set up and run the project locally:
git clone https://github.com/iamprincechaudhary/kathmanduunityboyshostel.git
cd kathmanduunityboyshostel
Make sure you have Node.js installed. Then, run the following command to install the project dependencies:
npm install
After installing the dependencies, you can start the local development server with:
npm run dev
To create a production-ready build, run:
npm run build
To preview the production build locally:
npm run preview