Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1-blue/deprecated-yourgg
yourgg 과제 ( 2022/10/24(월) ~ 2022/10/28(금) )
https://github.com/1-blue/deprecated-yourgg
Last synced: 1 day ago
JSON representation
yourgg 과제 ( 2022/10/24(월) ~ 2022/10/28(금) )
- Host: GitHub
- URL: https://github.com/1-blue/deprecated-yourgg
- Owner: 1-blue
- Created: 2022-10-24T04:43:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T13:48:53.000Z (about 2 years ago)
- Last Synced: 2024-11-10T07:25:54.748Z (about 2 months ago)
- Language: TypeScript
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 😀 사이트 이름 없음
YourGG 과제 사이트입니다.
🛠️ 사용 라이브러리 🛠️
💁♂️ 사용 툴 🙋♂️
# 🙌 구현 기능
1. 소환사 검색
2. 매치 카테고리 / 챔피언 / 라인 선택 및 browser history 유지
3. 로딩 UI / 에러 UI 구현
4. 티어 차트 구현 ( by ApexCharts )# 🛠️ 제작환경
1. OS: `Window11`
2. editor: `VSCode`, `Sourcetree`
3. terminal: `git bash`
4. vcs: `Git` / `GitHub`
5. Front: `Next.js`# 👇 가이드라인
- 종속성 설치
```bash
npm install
```+ 실행
```bash
npm run devrm -rf .next && npm run build && npm start
```# 문제
1. 가끔 `matchCategory` 동기화 안됨 ( `router.query.matchCategory` 자체가 값이 불일치해서 발생해서 일단 `setTimeout()`으로 해결함... )