Zefling / classement-client

Tierlist webapp. | Mirror of https://git.ikilote.net/classement/classement

Home Page:https://classement.ikilote.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

See src/environments/environment*.ts for change.

Website

Current installation in this website.

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:

Buy Me a Coffee at ko-fi.com

You can also help by contributing, returning bugs or helping with translations.

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)
    • ✅ Modes
      • ✅ Tierlist
      • ✅ Teams
      • ✅ Iceberg
      • ✅ Axis
    • ✅ Advanced customization of tiles, lines, background, etc.
      • ✅ Background image
      • ✅ Direction
    • ✅ Image tile
      • ✅ Reduce size
      • ✅ Change size
      • ✅ Resize
    • ✅ Backup in browser or in Json
      • ✅ Import (one or more)
      • ✅ Export all
    • ✅ Image export (PNG, JPG or WebP)
    • ✅ In-memory tierlists clone
    • ✅ Tags
    • ✅ Preferences
    • ✅ External API
      • ✅ IMDB
      • ⬜ MAL
  • With server (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 tierlists
      • ✅ Remove tierslist
      • ✅ Change username
      • ✅ Change email
      • ✅ Change password
      • ✅ Change avatar
      • ✅ Remove user
    • ✅ Tierlists
      • ✅ Save tierlists on server
        • ✅ Public
        • ✅ Private
        • ✅ Private with password
      • ✅ Search in public tierlists
      • ✅ See tierlists form template
      • ✅ Tierlist view
        • ✅ Tierlist history
    • ✅ Admin
      • ✅ Search users or tierlists
      • ✅ Edit profil & change roles
      • ✅ Tierlists change status
      • ✅ Tierlists change category
      • ✅ Remove user
    • ✅ 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.

About

Tierlist webapp. | Mirror of https://git.ikilote.net/classement/classement

https://classement.ikilote.net

License:GNU General Public License v3.0


Languages

Language:TypeScript 53.0%Language:HTML 29.0%Language:SCSS 17.7%Language:JavaScript 0.3%Language:PHP 0.0%