Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tinspham209/airbnb-clone
- Owner: tinspham209
- Created: 2023-05-03T06:35:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:49:25.000Z (11 months ago)
- Last Synced: 2023-12-15T09:52:14.793Z (11 months ago)
- Topics: mongodb, next-auth, nextjs, prisma, tailwindcss, typescript, zustand
- Language: TypeScript
- Homepage: https://airbnbclone.tinspham.dev/
- Size: 711 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 installnpm run dev
```