Access my site at React-House-MarketPlace
- A simple React Website where users can list their properties for rent or sale.
- This project uses Reactjs in Frontend, Firebase as Backend, Vitejs as bundler.
- Firebase Firestore & Firebase Storage are utilized to store data.
- Technologies used:-
react.js
,git
,javascript
,html
,css
,firebase
,firestore
,vite.js
.
git clone https://github.com/Rohan-Makwana/House-MarketPlace.git
- Go to the project directory
cd House-MarketPlace
- Install dependencies
npm install
- Start the server
npm start
- The project is complete as of now. May add new features in the future.
- This project is inspired by & co-developed using one of the projects in Brad Traversy's 'React Front to Back 2022' course.