https://github.com/outsung/duo-frontend
Frontend for Duo
https://github.com/outsung/duo-frontend
git-action r3f threejs typescript
Last synced: 2 months ago
JSON representation
Frontend for Duo
- Host: GitHub
- URL: https://github.com/outsung/duo-frontend
- Owner: outsung
- License: mit
- Created: 2020-12-27T11:11:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T00:44:44.000Z (about 4 years ago)
- Last Synced: 2025-02-05T16:44:59.297Z (over 1 year ago)
- Topics: git-action, r3f, threejs, typescript
- Language: TypeScript
- Homepage: https://outsung.github.io/Duo-frontend/
- Size: 73.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Duo frontend
같이 게임을 할 사람 찾는 사이트
## [미리보기](https://outsung.github.io/Duo-frontend/)
테스트 계정
- `test@gmail.com`
- `test`

## 기능
- `React` + `Typescript` + `node js`
- 이메일 인증 + jwt토큰 기반 자체 로그인 기능
- `mocha`를 사용한 서버 단위 테스트
- `three js`, `r3f`, `cannon`, `spring`을 사용한 3D 인터렉티브 기능
- `matter js`, `google mediapipe`를 사용한 2D 인터렉티브 기능
- `github action`을 사용한 버전관리, DC 기능
## 버전관리
`github action`을 이용해 `master` 브랜치안에 [history](https://github.com/outsung/Duo-frontend/tree/master/history) 폴더에서 확인 가능
`https://outsung.github.io/Duo-frontend/history/[원하는 버전]`
2021.02 기준
- [v.0](https://outsung.github.io/Duo-frontend/history/v.0)
- [v.1](https://outsung.github.io/Duo-frontend/history/v.1)
- [v.2](https://outsung.github.io/Duo-frontend/history/v.2)
- [v.3](https://outsung.github.io/Duo-frontend/history/v.3)
- [v.3.1](https://outsung.github.io/Duo-frontend/history/v.3.1)
- [v.3.2](https://outsung.github.io/Duo-frontend/history/v.3.2)
## 시행착오 및 진행사항
outsung.me 에서 확인 가능
## 추가예정
- 채팅 기능 추가
- 매칭 설정 기능 추가
- 모바일 환경 개선