Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 820 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 820 Bytes

TierListMaker

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

Try it live!

Features

  • drag-to-upload (one or more images)
  • drag and drop images between tiers to reorder them
  • drag and drop images within a tier to reorder inside of a tier
  • 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
  • dynamic tier names

Getting Started

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

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

Screenshots