Skip to content

Commit

Permalink
Add screenshots to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoc committed Oct 16, 2024
1 parent 4921963 commit 3a7303a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,30 @@ A web app for ranking items through pairwise comparisons using ELO and Glicko-2

* Web UI for creating lists, voting and viewing rankings
* Automatic metadata retrieval from URLs for comparison of products, movies, foods, etc.
* Arrow key shortcuts for quick voting
* ELO and Glicko-2 ranking algorithms
* RESTful API

## Screenshots

### Example of pairwise comparison voting

<p align="center">
<img src="images/voting.png" alt="Pairwise comparison of two King Gizzard & The Lizard Wizard albums" width="500">
</p>

### Example of the ranking results page

<p align="center">
<img src="images/ranking.png" alt="Ranking results of King Gizzard & The Lizard Wizard albums" width="500">
</p>

## Usage

### Docker

```
wget "https://raw.githubusercontent.com/mpoc/ranker/master/docker-compose.yml"
wget https://raw.githubusercontent.com/mpoc/ranker/master/docker-compose.yml
docker-compose up -d
```

Expand Down
Binary file added images/ranking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a7303a

Please sign in to comment.