Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zntb/nextjs-airbnb-clone
https://github.com/zntb/nextjs-airbnb-clone
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zntb/nextjs-airbnb-clone
- Owner: zntb
- License: mit
- Created: 2024-08-21T05:15:02.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T08:48:01.000Z (3 months ago)
- Last Synced: 2024-08-21T09:43:40.694Z (3 months ago)
- Language: TypeScript
- Homepage: https://nextjs-airbnb-clone-chi.vercel.app
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Airbnb Clone
GitHub: https://github.com/sudeepmahato16/airbnb-clone/tree/main
This is an Airbnb clone built with Next.js, TypeScript, Tailwind CSS, MongoDB, Prisma, Next auth, Leaflet and many other technologies.
## Features
- User registration and authentication
- Property listing and browsing
- Property booking and reservations
- Search and filtering of properties
- Interactive map using Leaflet to display property locations## Demo
You can check out a live demo of the Airbnb clone project [here](https://airbnb-clone-phi-green.vercel.app/).
## Screenshots
## Prerequisites
Make sure you have the following software installed on your system:
- git If you want to clone the project from GitHub and work with it locally, you will need to have Git installed on your system. You can download and install Git from the official website (https://git-scm.com/).
- Node.js Application requires Node.js to be installed on your system in order to run. You can download and install the latest version of Node.js from the official website (https://nodejs.org/).
## Installation
- Clone the repository:
```
git clone https://github.com/sudeepmahato16/airbnb_clone.git
```- Navigate to the project directory:
```
cd Airbnb
```- Install the dependencies:
```
npm install
```- Set up the environment variables:
1. Create a `.env.local` file in the root directory.
2. Add the following variables to the .env file, replacing the placeholder values with your own:
```
DATABASE_URL=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXTAUTH_SECRET=
EDGE_STORE_ACCESS_KEY=
EDGE_STORE_SECRET_KEY=
``````
```
## Usage
- Start the development server:
```
npm run dev
```- Open your browser and visit `http://localhost:3000` to access the application.
## Contributing
Contributions are welcome! If you want to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes to the new branch.
- Open a pull request back to the main repository, including a description of your changes.