Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```