Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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(금) )

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 dev

rm -rf .next && npm run build && npm start
```

# 문제
1. 가끔 `matchCategory` 동기화 안됨 ( `router.query.matchCategory` 자체가 값이 불일치해서 발생해서 일단 `setTimeout()`으로 해결함... )