Table of Content Demo Overview Motivation Installation Directory Tree Bug / Feature Request Future scope of project Demo
Overview This a mainly a Front-End Project which showcase a Real-Estate buying and selling website which anyone can use.
Motivation I made this project for one of my graded assignment given during my graduation classes.
Installation To run this project, Just clone the repository and then open homepage.html.
Deployement on Heroku Login or signup in order to create virtual app. You can either connect your github profile or download ctl to manually deploy this project.
Our next step would be to follow the instruction given on Heroku Documentation to deploy a web app.
Directory Tree ├── mainpage ├── About us ├── Contact ├── signup ├── Login ├── Admin Login ├── Delete/Add Property ├── images ├── style.css ├── README.md ├── payment.html Technologies Used
Bug / Feature Request If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result
Optimizations
What optimizations did you make in your code? E.g. refactors, performance improvements, accessibility
Screenshots
🛠 Skills
Javascript, HTML, CSS, Bootstarp , React Js
Deployment
To deploy this project run
For Frontend Part- cd Frontend npm start
For Backend Part- cd Backend cd server npm start app.js