Skip to content

Emerald-Z/housing-buddy-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Housing Buddy

Housing Buddy is a website that helps you find the perfect Wampus(UT Austin) housing location from real reviewers: your peers and fellow Austinites!

Demo

View the link to our site here: Housing Buddy

Design details

Figma

Tech

Frontend: React, MUI Backend: NodeJS, ExpressJS

Usage

Pull the repo and open it in your workspace.

# install npm
npm install

# run project
npm run start

# to run backend and frontend locally,
cd backend
node index.js

cd frontend 
npm run start # sets up on localhost

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.1%
  • HTML 5.1%
  • CSS 0.8%