A tool to find empty classrooms at UCSD. This is the repository for the web app that contains the API and UI. The repository for seeding the database is available at: github.com/joelseq/ucsd-rooms-seed
If you would like to request a feature or report a bug please create a new Issue
The project has been split up into individual parts. Refer to the README of each part to learn how to install and run it:
If you are working on the UI, you can run webpack -w
to watch for changes to React files and automatically build the bundle. When you are ready to build a production bundle run webpack -p
(Make sure to do this before committing the bundle.js
file).
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to your remote:
git push origin my-new-feature
- Submit a pull request :D
Contributions are always welcome!
Vincent Liaw for creating most of the UI.