https://github.com/hackmcgill/dashboard
🐥 McHacks dashboard
https://github.com/hackmcgill/dashboard
hackathon mcgill montreal react registration-system styled-components typescript
Last synced: 6 months ago
JSON representation
🐥 McHacks dashboard
- Host: GitHub
- URL: https://github.com/hackmcgill/dashboard
- Owner: hackmcgill
- License: mit
- Created: 2018-10-02T14:59:05.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T02:48:00.000Z (6 months ago)
- Last Synced: 2024-12-07T03:24:39.673Z (6 months ago)
- Topics: hackathon, mcgill, montreal, react, registration-system, styled-components, typescript
- Language: TypeScript
- Homepage: https://app.mchacks.ca
- Size: 8.05 MB
- Stars: 33
- Watchers: 7
- Forks: 9
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# [McHacks Dashboard](https://app.mchacks.ca)
[](https://app.netlify.com/sites/mchacks-dashboard/deploys)
This repository contains the code for the hackathon dashboard of [McHacks](https://mchacks.ca), Canada's favourite hackathon hosted annually at McGill University. It connects with our [API](https://github.com/hackmcgill/hackerAPI) and is hosted at [app.mchacks.ca](https://app.mchacks.ca).
## Folder Structure
```
.
├── .github
├── .netlify
├── .vscode
├── docs
├── public
| ├── favicon
| ├── fonts
├── src
| ├── api
| ├── assets
| ├── config
| ├── features
| ├── shared
| └── util
```## Screenshots
### Create / edit your account

### Create / edit your application

### Hacker Dashboard

### Team Viewing

### HackPass QR code for check-in

### Staff Dashboard

### Search with filters, fuzzy search

### Single hacker view modal

### Single hacker view page

### Check-in via QR code or email
