Home Finder is a web application designed to help users find affordable housing options. It provides detailed information about properties and allows users to connect with agents representing those properties. This project was developed as an educational project by Vadim Ulanovskiy, a student of KPI FICE group IM-11.
Telegram: @sol_n_tse
Page of Application: HomeFinder
Link to Design Document: Here
You don't need to run the project locally to check if the project works, but here are the instructions:
- Clone my repository:
git clone https://github.com/Hatrison/HomeFinder.git
- Change to the directory:
cd ./client/
- Install required dependencies of the project:
npm install
- Run the project locally with the following command:
npm run dev
-
In the browser tab that opens, you can see the performance of the site.
-
Additionally, you can check the performance with tests by running them with the appropriate command:
npm run test