Skip to content

IvanDuran02/estate-guesser

Repository files navigation

Table of Contents


About me

Geoguesser like web app built for guessing housing prices in North America. Housing data is scraped of Zillow, around 2022. Link to that repository is here (Zillow-Scraper). For ease of access, mostly to combat cold start and deactivactions, I coverted the housing data to JSON which can be found in the assets folder.


Stack


Steps to Clone and Run Locally

1. Clone the Repository

git clone https://github.com/IvanDuran02/estate-guesser

2. Install Node Packages

Use a package manager like NPM, Yarn, or PNPM.

npm install or yarn or pnpm install

3. Run Custom Dev Script

Execute the custom dev script from package.json located in the root path.
npm run dev
# or
yarn dev
# or
pnpm dev

About

A website like GeoGuesser but you guess house prices instead

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages