Skip to content

Deepak91168/property-hunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Property Hunt

🌐 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.

🛠 Tech Stack

HTML Badge CSS Badge JavaScript Badge Tailwind CSS Badge React.js Badge Firebase Badge Vercel Badge

Installation

  • 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

Screenshot

Imgur

Contributing

Contributions are always welcome :)

Can work upon the issues mentioned and

  1. Fork the Repository
  2. Create your featureBranch.
  3. Commit your changes
  git commit -m "Added amazingFeature
  1. Push to the branch
  git push origin feature/amazingFeature
  1. Open up a Pull Request.

References