The State of Housing in the United States
An interactive dashboard that shows median home prices, inventory and sales over time by county.
T/k
- Download data from Realtor.com. Monthly inventory -> Historical data -> County. And Weekly inventory -> National (View US Data)
cd tasks/
- Make sure you have pipenv installed
pipenv install
pipenv shell
jupyter lab
- Run the Jupyter Notebook
How to run
Dev
npm run dev
Build
npm run build
Deploy to GitHub pages
npm run deploy