Airbnd is a airbnb clone with almost same functionality, based on NextJs. Book your next trip with Airbnd.
- [WebApp] (https://airbnd-delta.vercel.app/)
- List nearby rentals.
- Search by location.
- Backend with NextJs.
- Frontend with NextJs.
- Styling with tailwindcss.
- BoxMap Integration.
- Checkout with Stripe.
- Download receipt with easyinvoice.
- Functionality to Rate and Review.
- View your bookings
- Next: 12.0.5
- Node: 12.22.1
- React: 17.0.2
yarn install
export STRIPE_API_KEY="YOUR_KEY"
export STRIPE_SECRET_KEY="YOUR_KEY"
export STRIPE_WEBHOOK_SECRET="YOUR_KEY"
export DB_URL="YOUR_DB_URL"
export MAP_BOX_ACCESS_TOKEN="YOUR_MAP_KEY"
yarn dev
yarn build