🌐 Deployed Link : https://property-hunt.vercel.app/
A web application enabling users to buy, sell, and list properties for rent or sale. Implemented features for users to upload property details, images, and manage their listings. Users can also update their profile.
- Fork the Repository and clone it at the desired location
git clone https://github.com/Deepak91168/property-hunt.git
- Open Repository
cd property-hunt
- Install required dependencies
npm install
- Start Application at your localhost
npm start
Contributions are always welcome :)
Can work upon the issues
mentioned and
- Fork the Repository
- Create your featureBranch.
- Commit your changes
git commit -m "Added amazingFeature
- Push to the branch
git push origin feature/amazingFeature
- Open up a Pull Request.