https://github.com/sabelomkhwanzi/thirdbnb
https://github.com/sabelomkhwanzi/thirdbnb
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sabelomkhwanzi/thirdbnb
- Owner: SabeloMkhwanzi
- Created: 2022-09-15T17:16:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T10:40:18.000Z (8 months ago)
- Last Synced: 2025-01-18T03:11:57.948Z (4 months ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### EthGobal - EthOnline 2022
#### Project name: Thirdbnb - A Blockchain-based Airbnb contender DEFI/NFT platfom:
### Project Description
- A Blockchain-based Airbnb contender. Decentralized platform for the home-sharing short and long-term stays using cryptocurrency payment methods. Giving hosts and guests more control, ownership, and lower fees on the Blockchain#### Let understand the problem we solving:
- High fees - existing Bnb charge very high fees for booking cost.
- Centralized and controlled communications - loss of direct host-guest relationships
- Transactional processes, not relationships - a shift from encouraging high-value, peer-to-peer relationships to transactional ones
- Lower levels of trust - trust between hosts and guests, as well as towards the platforms themselves
- Payment options### Tools
- Building Framework: [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- Frontend: [Chakra-ui](https://chakra-ui.com/) - Create accessible React apps with speed
- Hosting platform: [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.#### Running the app
### Getting Started
First, clone the repo with the following git command:
```bash
git clone https://github.com/SabeloMkhwanzi/thirdbnb
```Second, open a terminal in the root directory of the project and run:
```bash
npm install
```to install all the package dependencies for the project
Create a .env file in the root folder and populate it with the following variables:
```
REACT_APP_COVALENT_API=
```
Finally, run the development server:
```bash
npm run dev
# or
yarn dev
```Happy Hacking!😊