Skip to content

alobuuls/tierlist-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧱 Tierlist Maker JS

Tierlist Maker JS Preview

HTML5 CSS3 JavaScript ES6 Drag and Drop Completed

Repository GitHub Stars Last Commit


πŸ“‘ Table of Contents


🌐 Live Demo

πŸ”— https://alobuuls.github.io/tierlist-maker/


πŸ“– Description

Note

Tierlist Maker JS is an interactive web application built with HTML, CSS, and Vanilla JavaScript.

The project allows users to create custom tier lists by uploading images, dragging and dropping them between ranking tiers, reorganizing items dynamically, and exporting the final result as an image directly from the browser.


βš™οΈ System Requirements

Before running the project, make sure you have:

  • 🌐 A modern web browser (Chrome, Firefox, Edge, Safari)
  • πŸ“¦ Git (optional)

πŸ” Verify Installation

Check that Git is installed:

git --version

πŸš€ Project Installation

1️⃣ Clone the repository

git clone git@github.com:alobuuls/tierlist-maker.git

cd tierlist-maker

2️⃣ Open the project

Important

No dependencies or package installation are required.

You can simply open:

index.html

or run the project using Live Server in Visual Studio Code.


▢️ Run the Project

Open the index.html file directly in your browser.


🧠 Project Architecture

Note

The application is built using Vanilla JavaScript and browser APIs to provide a complete drag-and-drop experience without external frameworks.

πŸ“¦ Core Modules

Tier Management

Responsible for:

  • Tier creation
  • Item organization
  • Dynamic ranking
  • State updates

Drag & Drop System

Handles:

  • Image dragging
  • Drop zones
  • Item repositioning
  • Visual feedback

Image Upload Module

Manages:

  • Local file uploads
  • Desktop drag-and-drop files
  • FileReader integration
  • Dynamic image generation

Export System

Controls:

  • Tierlist capture
  • PNG generation
  • Client-side export
  • Download functionality

✨ Features

  • πŸ“‚ Upload images from your device
  • πŸ–₯️ Drag images directly from your desktop
  • 🧲 Drag & drop between tier rows
  • πŸ”€ Reorder items dynamically
  • πŸ‘€ Visual drag feedback
  • πŸ’Ύ Export tierlist as PNG
  • πŸ”„ Reset and restore items
  • ⚑ Real-time DOM updates
  • πŸ“‹ Custom tier ranking system
  • πŸš€ Lightweight implementation without frameworks

πŸ›  Technologies Used

Technology Purpose
HTML5 Structure
CSS3 Styling
JavaScript (ES6+) Functionality
Drag & Drop API Item Movement
FileReader API Local File Handling
DOM API DOM Manipulation
html2canvas Image Export

πŸ“ Project Structure

tierlist-maker/
β”œβ”€β”€ index.html
β”œβ”€β”€ main.js
β”œβ”€β”€ styles.css
β”œβ”€β”€ preview.png
└── README.md

πŸ”₯ Best Practices Implemented

  • Separation of responsibilities
  • Event-driven architecture
  • Dynamic DOM manipulation
  • Browser API integration
  • Client-side file processing
  • Reusable functions
  • State synchronization
  • Clean code organization
  • Responsive user interactions
  • Framework-free implementation

🎯 Project Goal

Practice and strengthen advanced front-end development concepts through the creation of an interactive tier list application:

  • Drag & Drop API
  • DOM Manipulation
  • Event Handling
  • File Processing
  • State Management
  • Dynamic Rendering
  • Browser APIs
  • Client-side Export
  • User Experience Design
  • Vanilla JavaScript Architecture

πŸ“„ License

This project is intended for educational and portfolio purposes.

Created by Alondra Francisco Onofre.

About

Interactive Tier List Maker built with Vanilla JavaScript. Upload images, drag and drop items between ranking tiers, organize custom lists, and export the final result as a PNG image directly from the browser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors