Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tinspham209/airbnb-clone

Recreate Airbnb webapp with NextJS13
https://github.com/tinspham209/airbnb-clone

mongodb next-auth nextjs prisma tailwindcss typescript zustand

Last synced: about 8 hours ago
JSON representation

Recreate Airbnb webapp with NextJS13

Awesome Lists containing this project

README

        

# Airbnb Clone

https://airbnbclone.tinspham.dev/

## Tech-stack
- Next.JS 13
- TypeScript
- TailwindCSS
- Zustand
- React-hook-form
- Prisma
- MongoDB
- Next/auth

# Screenshot

## Installation

1. setup `.env` file
- create new file `.env` same with `.env.example`, input correct key
2. run project
```
npm install

npm run dev
```