This repository contains the code for the hackathon dashboard of McHacks, Canada's favourite hackathon hosted annually at McGill University. It connects with our API and is hosted at app.mchacks.ca.
```
.
├── .github
├── .netlify
├── .vscode
├── docs
├── public
| ├── favicon
| ├── fonts
├── src
| ├── api
| ├── assets
| ├── config
| ├── features
| ├── shared
| └── util
```