리그 오브 레전드 전적 검색 및 챔피언 티어, 룬, 아이템 자동설정 등 여러 기능이 있는 데스크탑 앱 입니다.
해당 프로젝트는 개인 토이 프로젝트로 개발 기간은 마구잡이일 경우가 있습니다.
The default language is set by detecting which language you use, and you can also change it directly on the Settings page.
- 챔피언 티어, 듀오 시너지 같은 기본적인 통계 정보
- 챔피언 선택 시 자동 룬, 스펠 설정
- 챔피언 검색 시 별칭 검색 가능 (트리스타나 = 트타)
- 인 게임 정보
- 매칭 자동 수락
- 다국어 지원 i18n (한국어, English)
yarn dev
yarn build
- App framework:
electron
- App build tool:
electron-builder
- App storage:
electron-store
- App auto updater:
electron-updater
- Bundle tool:
vite
+electron-vite
- Main process framework:
nestjs
- Renderer process framework:
react
+typescript
- Code style:
eslint
+prettier
+@trivago/prettier-plugin-sort-imports
- File system based router:
react-router-dom v6
+ custom (src/components/FileSystemRoutes) - CSS:
styled-components
- State management library:
jotai
- Date:
dayjs
- i18n:
i18next
+react-i18next
- 챔피언 티어 리스트
- 현재 롤 클라이언트 로그인 한 유저 불러오기
- 매칭 자동 수락 기능
- 챔피언 상세 페이지
- 챔피언 룬 자동 설정
- 챔피언 아이템 자동 설정
- 전적 검색 페이지
- 인게임 정보 페이지
- 오버레이 기능 추가