Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
3848bdf
chore: 기본 세팅
kkys00 May 21, 2025
28b8af0
Merge pull request #1 from kkys00/develop
kkys00 May 21, 2025
1d1d553
chore: 디자인 시스템 세팅
kkys00 May 21, 2025
41e1a81
Merge pull request #2 from kkys00/develop
kkys00 May 21, 2025
3299cdf
feat: 공통 컴포넌트 submit btn 추가
kkys00 May 22, 2025
bb36a5d
feat: auth 페이지 header, input 컴포넌트
kkys00 May 22, 2025
f842ee5
style: 테마 색상 수정
kkys00 May 22, 2025
0d72138
feat: 로그인, 회원가입 페이지 input UI 추가
kkys00 May 22, 2025
6a431b3
feat: 팀/팀원 선택 추가
kkys00 May 23, 2025
f3a7651
style: layout 조정
kkys00 May 23, 2025
d3d3bcd
feat: 투표 페이지
BeanMouse May 23, 2025
74019b2
feat: 결과 페이지
BeanMouse May 23, 2025
b552edb
feat: 데모데이 투표
BeanMouse May 23, 2025
c4a8a21
chore: 레이아웃 이름 변경
kkys00 May 23, 2025
84fd3e6
feat: lottie 컴포넌트 추가
kkys00 May 23, 2025
eba8801
feat: 홈페이지
kkys00 May 23, 2025
67147c5
Merge pull request #3 from kkys00/feature/sign
kkys00 May 23, 2025
93d6cb4
Merge pull request #4 from VoteDream/feature/votes
kkys00 May 23, 2025
f981a01
Merge pull request #5 from kkys00/feature/home
kkys00 May 23, 2025
f463a20
feat: 홈페이지 반응형 추가
kkys00 May 23, 2025
18e1e9e
feat: 로그인, 회원가입 페이지 반응형 추가
kkys00 May 23, 2025
bb8d7c3
style: lottie 크기 수정
kkys00 May 23, 2025
b985cf9
chore: 반응형 적용
BeanMouse May 24, 2025
b9b3b4a
feat: 홈 로그인 회원가입 반응형 추가
BeanMouse May 24, 2025
2ef3575
Merge pull request #7 from VoteDream/feature/votes
kkys00 May 24, 2025
1fbcee5
refactor: 백엔드 enum type 반영
kkys00 May 24, 2025
416249b
feat: tanstack query 추가
kkys00 May 24, 2025
476c5fa
feat: 회원가입 api 연결
kkys00 May 24, 2025
775cde7
feat: 로그인 api 연결 구현
kkys00 May 24, 2025
461cf14
chore: 주석, 파일 정리
kkys00 May 24, 2025
1186d18
feat: 회원가입 유효성 검사 추가
kkys00 May 24, 2025
7ed314b
docs: readme 작성
kkys00 May 24, 2025
de1cc9c
Merge pull request #8 from kkys00/feature/api
kkys00 May 24, 2025
84d7980
Merge pull request #9 from kkys00/docs/README
kkys00 May 24, 2025
fa65a42
refactor: enum -> as const로 변경
kkys00 Jun 14, 2025
9b5a7bc
refactor: inputField 컴포넌트 삭제
kkys00 Jun 14, 2025
10b3c5e
feat: 유저 정보 저장
kkys00 Jun 27, 2025
64127ed
Refactor: 로그인 유저 정보 저장
BeanMouse Jun 27, 2025
bba21af
feat: api 연결 로직
BeanMouse Jun 27, 2025
5cedc17
feat: api 연결
BeanMouse Jun 27, 2025
22b1344
feat: 정보 추가
BeanMouse Jun 28, 2025
717eaf6
feat: 정보 추가 및 팀 한영 변환
BeanMouse Jun 28, 2025
56a0b4d
Merge pull request #12 from VoteDream/feature/voteApi
kkys00 Jun 28, 2025
00df2e0
Refactor: 팀명 오류 수정, 투표 상태 반영 구현 (#13)
kkys00 Jun 28, 2025
a1d9abf
Fix: 로컬 스토리지 에러 수정 (#14)
kkys00 Jun 28, 2025
4b88f2a
Docs: readme 작성 (#15)
kkys00 Jun 28, 2025
320a8bd
chore: 주석 정리
kkys00 Jun 29, 2025
5d6fa1d
feat: 중복 유저 처리 로직 추가
kkys00 Jun 29, 2025
277161e
Merge pull request #17 from VoteDream/feat/dup-user
kkys00 Jun 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature
about: new feature
title: "Feature:"
labels: feature
assignees: ""
---

설명을 작성해주세요.

## To Do

- [ ] todo
- [ ] todo

## ETC

기타사항을 작성해주세요.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Fix
about: 트러블 슈팅
title: 'Fix:'
labels: ''
assignees: ''

---

## Description
설명을 작성해주세요.

## ETC
기타사항을 작성해주세요.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/hotfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: HotFix
about: 치명적인 버그
title: "Hotfix:"
labels: ""
assignees: ""
---

## Description

설명을 작성해주세요!

## ETC

기타사항을 작성해주세요.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/refactoring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Refactoring
about: 리팩토링
title: 'Refactoring:'
labels: refactor
assignees: ''

---

## Description
리팩토링 배경을 설명해주세요.

## AS-IS
기존에 구현되어있는 방식을 설명해주세요.

## TO-BE
어떻게 리팩토링 되어야하는 지 설명해주세요.

## ETC
기타사항을 작성해주세요.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/style.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Style
about: 디자인 요소 변경
title: "Style:"
labels: style
assignees: ""
---

## Description

설명을 작성해주세요!

## To Do

- [ ] todo
- [ ] todo

## ETC

기타사항을 작성해주세요.
21 changes: 21 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## PR 제목

### PR을 한 이유 🎯

- (이곳에 PR을 작성한 이유를 간략하게 적어주세요.)

### 이슈 번호 📎

- (해결하고자 하는 이슈의 이름과 해시태그 번호를 적어주세요. 예: `이슈명 #123`)

### 변경사항 🛠

- (개발한 내용의 요약을 적어주세요. 예: "로그인 버그 수정", "새로운 기능 추가" 등)

### 특이사항 📌

- (이 PR에 대한 추가적인 정보나, 리뷰어가 주의깊게 봐야할 점 등을 적어주세요.)

### 테스트 결과 📝

- (테스트를 진행한 결과, 해당 결과에 따른 스크린샷 또는 기타 정보를 제공해주세요.)
32 changes: 32 additions & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: ESLint Check

# Pull Request가 실행될 때만 실행
on:
pull_request:
branches:
- main
- develop

jobs:
lint:
name: Run ESLint
runs-on: ubuntu-latest

steps:
# 1. 코드 체크아웃 -> 코드를 가져오기 위해 필요
- name: Checkout code
uses: actions/checkout@v3

# 2. Node.js 설정 -> js파일 린트를 위해 필요
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18

# 3. 의존성 설치 -> ESlint 실행 필요
- name: Install dependencies
run: npm install

# 4. ESLint 실행 -> 린트 실행!
- name: Run ESLint
run: npm run lint
43 changes: 43 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# env files (can opt-in for committing if needed)
.env*

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

.vercel
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm run lint
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["prettier-plugin-tailwindcss"]
}
Loading