This is a sample Next.js/React app done step-by-step.
Check the demo hosted on https://oasis-sand.vercel.app/.
First clone this repository.
$ git clone https://github.com/heuzin/oasis.gitInstall dependencies. Make sure you already have nodejs & npm
installed in your system.
$ npm install # or yarnRun it
$ npm run dev- List houses for rent
- Make reservations
- Favorite your listings
