Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackmcgill/dashboard
🐥 McHacks dashboard
https://github.com/hackmcgill/dashboard
hackathon mcgill montreal react registration-system styled-components typescript
Last synced: about 1 month 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 (about 1 month ago)
- Last Synced: 2024-12-07T03:24:39.673Z (about 1 month 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)
[![Netlify Status](https://api.netlify.com/api/v1/badges/909350ee-5bb5-47c4-88e3-81c1de52db92/deploy-status)](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
![Imgur](https://imgur.com/SquZyex.png)
### Create / edit your application
![Imgur](https://imgur.com/gsyu6Xu.jpg)
### Hacker Dashboard
![Imgur](https://i.imgur.com/SuCcHuU.png)
### Team Viewing
![Imgur](https://imgur.com/Zzbnd3o.png)
### HackPass QR code for check-in
![Imgur](https://imgur.com/pCFlgJc.png)
### Staff Dashboard
![Imgur](https://imgur.com/MoZykrc.png)
### Search with filters, fuzzy search
![Imgur](https://imgur.com/GGoUXQm.png)
### Single hacker view modal
![Imgur](https://imgur.com/DrqP79P.png)
### Single hacker view page
![Imgur](https://imgur.com/ZyAebHZ.png)
### Check-in via QR code or email
![Imgur](https://imgur.com/6NSChzs.png)