https://github.com/zefling/classement-client
Tierlist / Iceberg / Axis / Bingo webapp without ads (with server or not) : https://classement.org
https://github.com/zefling/classement-client
angular anilist bingo classements iceberg ranking tierlist tierlistmaker tierlists webapp
Last synced: 24 days ago
JSON representation
Tierlist / Iceberg / Axis / Bingo webapp without ads (with server or not) : https://classement.org
- Host: GitHub
- URL: https://github.com/zefling/classement-client
- Owner: Zefling
- License: gpl-3.0
- Created: 2023-07-13T21:31:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-03-10T00:36:18.000Z (25 days ago)
- Last Synced: 2026-03-10T08:09:06.605Z (24 days ago)
- Topics: angular, anilist, bingo, classements, iceberg, ranking, tierlist, tierlistmaker, tierlists, webapp
- Language: TypeScript
- Homepage: https://classement.org
- Size: 7.53 MB
- Stars: 23
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Classement
## Purpose
This application aims to manage ranking list by groups of elements in the form of images or texts.
The lists are modifiable and configurable by options or drag'n drop.
Currently 2 modes are possible:
- Stand-alone: backup mode is in a browser database (IndexedDB).
- With API: Back on serveur with [PHP](https://git.ikilote.net/classement/serveur).
See `src/environments/environment*.ts` for change.
## Support the project
I'm Zéfling, the main developer on this project. If you want to help me a little to pay for my server which hosts my projects:
You can also help by contributing, returning bugs or helping with translations.
## Website
Current installation in this [website](https://classement.org/).
### Demo for Tierlist

### Demo for Bingo selection

## Features
- ✅ Stand-alone (without server)
- ✅ Adding images by drag'n drop or copy-paste
- ✅ Adding text under images
- ✅ Possibility to have tiles with only text: copy-paste or drag'n drop of text (One tile per line)
- ✅ Ranking Modes
- ✅ Tierlist
- ✅ Teams
- ✅ Columns
- ✅ Iceberg
- ✅ Axis
- ✅ Bingo
- ✅ Bingo selection
- ✅ Symbol
- ✅ Emoji (with transformation)
- ✅ Advanced customization of tiles, lines, background, etc.
- ✅ Background image
- ✅ Direction
- ✅ Color
- ✅ Font
- ✅ Image tile
- ✅ Reduce size
- ✅ Change size
- ✅ Resize
- ✅ Ranking in browser or in Json
- ✅ Browser save
- ✅ Import (one or more)
- ✅ Export (one or all)
- ✅ Clone
- ✅ Theme in browser or in Json
- ✅ Browser save
- ✅ Import
- ✅ Export
- ✅ Image export: PNG, JPG or WebP (except for Safari)
- ✅ Tags
- ✅ Preferences
- ✅ Languages
- ✅ Emoji
- ✅ External API
- ✅ IMDB (API key required)
- ✅ anilist
- ⬜ MAL
- ✅ Keyboard navigation for edit rankings
- ✅ Tierlist
- ✅ Teams
- ✅ Columns
- ✅ Iceberg
- ✅ Axis
- ✅ Bingo
- ✅ [With server](https://git.ikilote.net/classement/serveur) (in progress)
- ✅ Create user
- ✅ Simple create
- ✅ Email confirmation
- ✅ Normal connection
- ✅ OAuth2 connection
- ✅ Discord
- ✅ Facebook
- ❌ Google (abandoned, the code is not deleted, but impossible to test)
- ✅ Password lost
- ✅ Profile
- ✅ See personal rankings
- ✅ Remove ranking
- ✅ Change username
- ✅ Change email
- ✅ Change password
- ✅ Change avatar
- ✅ Remove user
- ✅ Rankings
- ✅ Save on server
- ✅ Public
- ✅ Private
- ✅ Private with password
- ✅ Search in public rankings
- ✅ See rankings form template
- ✅ Ranking view
- ✅ Ranking history
- ✅ Theme
- ✅ Save on server
- ✅ Public
- ✅ Private
- ✅ Search in public themes
- ✅ Admin
- ✅ Search users or rankings
- ✅ Edit profil & change roles
- ✅ Rankings change status
- ✅ Rankings change category
- ✅ Remove user
- ✅ Stats
- ✅ Contact form
## Development
### Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
### Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.