Giter VIP home page Giter VIP logo

tierlistmaker's Introduction

TierListMaker

A fun side-project to make tier lists in your browser.

Features

  • drag-to-upload (one or more images)
  • drag and drop images between tiers to reorder them
  • change the color of a given tier
  • stretch (to a square) or not an image when uploading it using the +
  • export as an image
  • everything stays in your browser, nothing is uploaded to the server: you keep your data

Launching

git clone https://github.com/SuperFola/TierListMaker.git
cd TierListMaker/
python -m http.server

Then open your webbrowser and go to http://localhost:8000/

tierlistmaker's People

Contributors

googlyblox avatar superfola avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

tierlistmaker's Issues

Feature request: Tier customization

Hi there. Would you be willing to add some customizations for tiers? I don't know how hard this would be to add, and I realize this is an old project, so no worries if the answer is no. In order of request:

  1. allow custom text for each tier name.
  2. Dark mode toggle.
  3. Choose color for tier name backgrounds.

I really like being able to use an offline tool for tier lists - thank you so much for creating this project!

Github page deployment has bad paths

I tried to setup github pages but since the paths are like /assets/..., it work in local but not on Github page (the links are user.github.io/assets/... instead of user.github.io/Repo/assets/...).

The idea is to find a way to fix the links so that:

  • it still works locally when launching a server (eg python -m http.server)
  • it works on the web with little to no additional configuration

Assets not loading

Step I have done :

  • Download the source code from ZIP
  • Start the project lunching inde.html

The problem I encountered is that assets files don't load :
image

Pre-fix :

  • remove the / for import in HTML, for example :
<script src="/assets/js/utils.js" defer></script> // old one
<script src="assets/js/utils.js" defer></script> // new one

Result :
image

There are still problems, some components are not loading!
The console in my navigator (sorry it's in french but as you are french, I think it's okay).
image

Note :

  • The problem might be on my side.
  • For information, I used Mozilla Firefox Version 88.0.1 (64 bits).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.