Deployed the app using vercel at : https://real-estate-web-app-sable.vercel.app/
npm i
# and
npm run dev
- https://nextjs.org/docs
- https://chakra-ui.com/getting-started
- https://rapidapi.com/apidojo/api/bayut/
- https://vercel.com/docs/concepts/next.js/overview
https://www.figma.com/file/bcjENQ7KYBOw13ARx0w2Cu/Magic-Properties?node-id=0%3A1
On the top right of the page, click on the star button to give the repo a star
Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.
Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.
Open a terminal and run the following git command:
git clone "the copied url"
where "the copied url" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.
For example:
git clone https://github.com/name/Real-Estate-Web-App.git
where name
is your GitHub username. Here you're copying the contents of the Real-Estate-Web-App repository on GitHub to your computer.
Change to the repository directory on your computer (if you are not already there):
cd Real-Estate-Web-App
Now create a branch using the git checkout
command:
git checkout -b your-new-branch-name
For example:
git checkout -b add-alonzo-branch
Now make the neccesary changes to the files
If you go to the project directory and execute the command git status
, you'll see there are changes.
Add those changes to the branch you just created using the git add
command:
git add .
Now commit those changes using the git commit
command:
git commit -m "made some changes to file xyz"
Push your changes using the command git push
:
git push origin -u your-branch-name
replacing your-branch-name
with the name of the branch you created earlier.
Open your github account and click on create pull request button at the top of the page. Then add a descriptive comment on the changes you've made .
- Changing the UI/Design
- Adding Some Functionality
- Any typo in the project
Here are our current contributors. Do some good work and join us here! 🏆