プロジェクト一覧へ
Side Project
|
2025年 3月 - 現在
タグ
:
hamproductions/loveca-namecard:
https://hamproductions.github.io/loveca-namecard/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.