Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7주차] 셰어마인드 미션 제출합니다. #7

Open
wants to merge 84 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
3503b44
Initialize project using Create React App
rmdnps10 Dec 1, 2023
79d2818
Package: Prettier, ESLint download
rmdnps10 Dec 1, 2023
f4f71f5
Initial Setting of eslinterc, prettierrc
rmdnps10 Dec 1, 2023
bec1527
Package: 타입 정의 라이브러리 설치
rmdnps10 Dec 1, 2023
3d98ea8
Feat: 프로젝트 기초 세팅 완료
rmdnps10 Dec 1, 2023
7ab800f
Merge conflict resolve
rmdnps10 Dec 1, 2023
a8838c1
Merge pull request #1 from sharemindteam/feature/initialize
rmdnps10 Dec 1, 2023
4a71255
Merge pull request #2 from sharemindteam/main
rmdnps10 Dec 1, 2023
ada43e3
build: eslintrc delete cr 해결
kyuhho Dec 1, 2023
f102080
Merge pull request #3 from leekyuho114/leekyuho
kyuhho Dec 1, 2023
6ec40e9
chore: util 파일, constant.ts 추가
kyuhho Dec 5, 2023
a65006f
chore: common component 버튼 추가
kyuhho Dec 5, 2023
dcbd20e
chore : constant.ts 수정
kyuhho Dec 5, 2023
5aebda9
style : globalstyle width 추가
kyuhho Dec 5, 2023
f944ba6
feat : input 공통 컴포넌트 추가
kyuhho Dec 6, 2023
bb15177
chore: input 태그 text 기본 weight 수정
kyuhho Dec 6, 2023
ba5455c
docs: type.ts 추가
kyuhho Dec 6, 2023
189a4fb
chore: signin => signup 으로 변경
kyuhho Dec 6, 2023
8f63549
style: font 800추가
kyuhho Dec 6, 2023
3fc5bf8
chore: Input font weight 수정
kyuhho Dec 6, 2023
3ea0fbf
feat: signup page 스타일링 구현
kyuhho Dec 6, 2023
3259339
Merge pull request #6 from leekyuho114/leekyuho
rmdnps10 Dec 7, 2023
ad41c6c
chore: page margin top 수정
kyuhho Dec 12, 2023
8802e9f
feat: 헤더 초기 세팅
kyuhho Dec 12, 2023
8c400dd
chore: 공통 컴포넌트 크기조정
kyuhho Dec 12, 2023
9f47491
refactor: select custom hook 추가
kyuhho Dec 12, 2023
6795509
feat: 헤더 hover 애니메이션 및 로그인 여부 분리
kyuhho Dec 12, 2023
b43213c
chore: 로그아웃 회원가입 구분
kyuhho Dec 12, 2023
1b463a2
feat: main page 구현 완료
kyuhho Dec 12, 2023
c66f89d
chore: header 수정
kyuhho Dec 12, 2023
7d16cd2
feat: part vote page 생성 및 member constant 추가
kyuhho Dec 12, 2023
7d608fe
fix: main page star icon 위치 반응형 수정
kyuhho Dec 12, 2023
12aab08
feat: type, constant 추가
kyuhho Dec 12, 2023
abd92d8
feat: 파트 투표 페이지 구현
kyuhho Dec 12, 2023
17ee1c6
Merge pull request #7 from leekyuho114/leekyuho
kyuhho Dec 13, 2023
fdd4f5d
chore: green dot ts utils 폴더로 위치 변경
kyuhho Dec 20, 2023
eecf2f0
feat: 뒤로가기 버튼 추가
kyuhho Dec 20, 2023
923d5a2
Commit before merge
rmdnps10 Dec 21, 2023
4988ce1
Merge branch 'dev' of https://github.com/sharemindteam/react-vote-18t…
rmdnps10 Dec 21, 2023
84a912c
Feat: 로그인 페이지 스타일링 완성
rmdnps10 Dec 22, 2023
cd9ae78
Package: react-cookie 설치
rmdnps10 Dec 22, 2023
b478a2e
Feat: 로그인 페이지 연결 전까지 구현
rmdnps10 Dec 22, 2023
515c11f
Merge pull request #8 from sharemindteam/inyoung
rmdnps10 Dec 22, 2023
e619cf9
Merge branch 'dev' of https://github.com/sharemindteam/react-vote-18t…
kyuhho Dec 23, 2023
0883d29
chore: props type.ts 수정
kyuhho Dec 23, 2023
41289fa
feat: Animation.ts 추가
kyuhho Dec 23, 2023
35983ec
feat: demo 투표 UI 구현
kyuhho Dec 23, 2023
353933a
feat: right 투표부분 구현완료
kyuhho Dec 23, 2023
aa233d4
feat: 투표 UI 구현 완료
kyuhho Dec 23, 2023
86e204d
Merge pull request #9 from leekyuho114/leekyuho
rmdnps10 Dec 24, 2023
7969ba0
Feat: 디자인 조정- 폰트크기, 투표 리스트 구분선
rmdnps10 Dec 24, 2023
0d4435f
Feat: 결과 확인페이지 최소한의 UI 디자인
rmdnps10 Dec 24, 2023
d643b62
Feat: 백엔드 투표결과 확인 view 연결
rmdnps10 Dec 24, 2023
ec12f31
docs: gitignore env 파일 추가
kyuhho Dec 25, 2023
822a1ac
refactor: 공통 컴포넌트 색상 변수 위치 변경
kyuhho Dec 25, 2023
8804d40
api: api initialize
kyuhho Dec 25, 2023
5127c27
build: package.json react-hook-form 추가
kyuhho Dec 25, 2023
f798111
feat: 회원가입 구현 완료
kyuhho Dec 25, 2023
36a6ec4
fix: select error메세지 bug fix
kyuhho Dec 26, 2023
69c6713
fix: vaild check bug fix
kyuhho Dec 26, 2023
fa06e5e
fix: request uppercase 오류 해결
kyuhho Dec 26, 2023
67ab505
feat: part, demo type 추가
kyuhho Dec 26, 2023
1754210
Merge pull request #11 from leekyuho114/leekyuho
rmdnps10 Dec 26, 2023
1901d33
Merge pull request #10 from sharemindteam/inyoung
rmdnps10 Dec 26, 2023
5dcf2fa
feat: util 함수 추가 및 파일 이름 변경
kyuhho Dec 26, 2023
1253e17
feat: vote 후보 선택까지 완료
kyuhho Dec 26, 2023
194a3b2
Merge branch 'dev' into leekyuho
rmdnps10 Dec 27, 2023
40fe3a9
Merge pull request #12 from leekyuho114/leekyuho
rmdnps10 Dec 27, 2023
7e809c2
Feat: 회원가입 로그인 연결
rmdnps10 Dec 27, 2023
98dd9e8
Feat: 투표 결과 확인 프론트엔드 파트 구현, 백엔드 동일하게 구현중
rmdnps10 Dec 27, 2023
c7fba9f
Feat: 데모데이 투표 연결 구현
rmdnps10 Dec 27, 2023
36d2657
Feat: 로그아웃 구현
rmdnps10 Dec 27, 2023
655b19d
Feat: 로그인 안하고 투표하기 눌렀을 시 예외처리
rmdnps10 Dec 27, 2023
1f5a966
Feat: 데모데이 투표 로그인 안됐을 때 예외처리
rmdnps10 Dec 27, 2023
4d06b3d
Feat: 투표 확정 전 경고 메시지
rmdnps10 Dec 27, 2023
a3fa5da
Feat: 폰트 사이즈 통일
rmdnps10 Dec 27, 2023
97bceec
Merge before commit
rmdnps10 Dec 27, 2023
db687c1
Merge pull request #13 from sharemindteam/inyoung
rmdnps10 Dec 27, 2023
47527ac
Fix: 투표 선택 오류 해결
rmdnps10 Dec 27, 2023
f87205a
Merge pull request #14 from sharemindteam/inyoung
rmdnps10 Dec 27, 2023
3f702ee
Fix: 투표 선택 오류 해결2
rmdnps10 Dec 27, 2023
7dc6c67
Merge pull request #15 from sharemindteam/inyoung
rmdnps10 Dec 27, 2023
f2e1607
Fix: 데모데이 투표 겹치는 오류 해결
rmdnps10 Dec 29, 2023
23741b4
Merge pull request #16 from sharemindteam/inyoung
rmdnps10 Dec 29, 2023
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
30 changes: 30 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
// .eslintrc
{
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint", "prettier"],
"extends": [
"plugin:react/recommended",
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended"
],
"parserOptions": {
"ecmaVersion": "latest",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"react/jsx-uses-vars": "error",
"react/prop-types": 0,
"react/react-in-jsx-scope": 0,
"@typescript-eslint/explicit-module-boundary-types": 0,
"prettier/prettier": ["error", { "endOfLine": "auto" }]
},
"settings": {
"import/resolver": {
"node": {
"extensions": [".js", ".jsx", ".ts", ".tsx"]
}
}
}
}
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

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

# local env files
.env*.local
.env
13 changes: 13 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"orderedImports": true,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"printWidth": 80
}
Loading