Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
Screenshot 2023-12-26 at 11 58 01 PM

Screenshot 2023-12-27 at 12 01 57 AM

Screenshot 2023-12-26 at 11 58 31 PM

## Gallery
Screenshot 2023-12-26 at 11 59 27 PM

## 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).