The GT Housing Availability Dashboard is an open-source project aimed at providing Georgia Tech students with a real-time, user-friendly interface to check the availability of on-campus housing.
A hosted version is available at gthousing.shangen.org.
- Real-time housing availability data
- User-friendly dashboard interface
- Filter by housing type and location
- Responsive design
# Clone the repository
git clone https://github.com/12458/gthousing.git
# Navigate into the project directory
cd gthousing
# Install dependencies
npm install
# Start the development server
npm run dev
- Open the dashboard at
http://localhost:3000
in your web browser. - Select your preferred housing type and location.
- View real-time availability and subscribe to notifications.
We welcome contributions from the community! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
) - Make your changes and commit them (
git commit -m 'Add new feature'
) - Push to the branch (
git push origin feature/YourFeature
) - Create a pull request.
Licensed under the MIT License
Thanks to the Georgia Tech Housing Department for providing access to housing availability data.