This Next.js application serves as a guide for exploring a beautiful city, providing information about places in close proximity to major tourist attractions. The project is live at country-inn.vercel.app.
- Tourist Attractions: Discover information about key tourist spots, including City Palace, Fateh Sagar Lake, Jadish Temple, Bagore ki Haveli, and Badi Lake.
- Next.js: A React framework for building fast and scalable web applications.
- Bootstrap: Front-end framework for building responsive and mobile-first websites.
- framer-motion: A React library for creating smooth animations.
- swiper-slider: Modern mobile touch slider library.
- react-datepicker: A simple and reusable datepicker component for React.
- emailjs: Send emails directly from your client-side JavaScript application.
- Vercel: Hosting and deployment platform for serverless functions and static websites.
- Font Awesome: Icon toolkit for web development.
- mui-icons: Material-UI Icons for React applications.
-
Clone the repository:
git clone https://github.com/your-username/country-inn.git cd country-inn
-
Install dependencies:
npm install # or yarn install
-
Run the development server:
npm run dev # or yarn dev
Open http://localhost:3000 in your browser to view the application.
This project is set up for deployment on Vercel. Simply connect your Vercel account to your GitHub repository, and the application will be automatically deployed whenever you push changes to the main
branch.
For more detailed information on deploying with Vercel, refer to the Vercel documentation.