Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thund3rhawk/countryinn
It is also in close proximity to major tourist attractions like City Palace, Fateh Sagar Lake, Jadish Temple, Bagore ki Haveli, and Badi Lake.
https://github.com/thund3rhawk/countryinn
bootstarp emailjs font-awesome framer-motion mui-icons nextjs13 react-datepicker swiper-slider vercel
Last synced: 5 days ago
JSON representation
It is also in close proximity to major tourist attractions like City Palace, Fateh Sagar Lake, Jadish Temple, Bagore ki Haveli, and Badi Lake.
- Host: GitHub
- URL: https://github.com/thund3rhawk/countryinn
- Owner: Thund3rHawk
- License: mit
- Created: 2023-10-29T20:08:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-10T20:28:28.000Z (8 months ago)
- Last Synced: 2024-05-19T21:43:54.147Z (6 months ago)
- Topics: bootstarp, emailjs, font-awesome, framer-motion, mui-icons, nextjs13, react-datepicker, swiper-slider, vercel
- Language: JavaScript
- Homepage: https://country-inn.vercel.app
- Size: 41.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### CountryInn - Your Leisure Escapes
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](https://country-inn.vercel.app/).## Features
- **Tourist Attractions:** Discover information about key tourist spots, including City Palace, Fateh Sagar Lake, Jadish Temple, Bagore ki Haveli, and Badi Lake.
## Technologies Used
- **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.### Screenshots
## Home Page
## Gallery
## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/your-username/country-inn.git
cd country-inn
```2. Install dependencies:
```bash
npm install
# or
yarn install
```3. Run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) in your browser to view the application.
## Deployment
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](https://vercel.com/docs).