Side Project
March 2025 - Present
This project is a web-based sorter inspired by charasort, designed for fans of LoveLive! to sort their favorite seiyuu (voice actors/actresses) and characters.
The project utilizes data from various sources, including:
https://ll-fans.jp/
https://idol.st/idols/
The core of the sorter is a custom sorting algorithm based on Merge Sort. It's adapted to support manual comparisons, ties, and undo functionality. The implementation details can be found in src/utils/sort.ts
and src/hooks/useSorter.ts
. The algorithm allows for interactive step-by-step comparisons, making the sorting process engaging for the user.
The project uses modern web development practices, including:
release-it
for automated version and changelog management based on conventional commits. © 2023-2024 HamP, Assets used in the site belongs to respective owner | View Source