Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thebigsasha/algorithm-leaderboard
Frontend for the leader board server for COMP250 Winter 2021's final project. Students compete to make the best chess sudoku solver.
https://github.com/thebigsasha/algorithm-leaderboard
chess codepost comp250 leaderboard mcgill scss sudoku vue
Last synced: 11 days ago
JSON representation
Frontend for the leader board server for COMP250 Winter 2021's final project. Students compete to make the best chess sudoku solver.
- Host: GitHub
- URL: https://github.com/thebigsasha/algorithm-leaderboard
- Owner: TheBigSasha
- Created: 2021-04-26T01:32:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T09:10:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T13:27:05.568Z (about 1 month ago)
- Topics: chess, codepost, comp250, leaderboard, mcgill, scss, sudoku, vue
- Language: Vue
- Homepage: https://thebigsasha.github.io/algorithm-leaderboard/
- Size: 583 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leaderboard-frontend
## Compare your algorithm to other students!
Change out the number in line 20 of App.vue to the ID of the test you want! 0-4 are CodePost tests, 24601 is for unit testing of the backend system, and student testers own IDs 400-499
```
```
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```