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 70 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
8d5a644
init : react -typescript 프로젝트 설치
Dahn12 Jun 21, 2024
0101cce
feat: 프리티어 설정
Dahn12 Jun 21, 2024
8495a5d
style : globalStyle 적용
Dahn12 Jun 21, 2024
e421193
fix : import 정리
Dahn12 Jun 21, 2024
028735c
feat : 폰트 적용
Dahn12 Jun 21, 2024
df178d0
Merge pull request #1 from team-Buldok/initialSetting
Dahn12 Jun 21, 2024
a98cb3b
feat: 페이지 라우팅 구현
Dahn12 Jun 23, 2024
56a5b1c
feat : signuppage 컴포넌트 구현
Dahn12 Jun 23, 2024
91b55e8
feat : signup 페이지 디자인 1차
Dahn12 Jun 23, 2024
bde92cb
feat : loginpage 틀잡기
Dahn12 Jun 23, 2024
cea1fd2
Merge pull request #2 from team-Buldok/Dahn12
Dahn12 Jun 23, 2024
e26172a
feat : header 구현, 전체적인 디자인 수정
Dahn12 Jun 23, 2024
e09f2a3
Merge pull request #3 from team-Buldok/Dahn12
Dahn12 Jun 23, 2024
4deb25e
feat: voteMain 페이지 틀 구현
Dahn12 Jun 24, 2024
d3918d9
feat: teamVote 페이지 틀 구현
Dahn12 Jun 24, 2024
079b0cf
feat : api 요청 구현, signup 구현
jinnyleeis Jun 24, 2024
604a7de
feat : react-query로 전환
jinnyleeis Jun 24, 2024
44cf712
feat : membervote 페이지 틀잡기
Dahn12 Jun 24, 2024
8920d74
feat : 커스텀훅, 폴더 명칭 변경
jinnyleeis Jun 25, 2024
9967ff4
feat : 로그인 기능
jinnyleeis Jun 25, 2024
14398ec
fix : refreshtoken cookie -> header
jinnyleeis Jun 25, 2024
717c56a
feat : 로그인한 유저 정보 get 요청
jinnyleeis Jun 25, 2024
81bb6d8
fix: memberLists 컴초넌트 일부 수정
Dahn12 Jun 25, 2024
f401c11
fix: memberVote의 dropdown 컴포넌트 dropdownpart로 수정
Dahn12 Jun 25, 2024
3d566af
feat : teamVoteResult 페이지 틀 완성
Dahn12 Jun 25, 2024
2bd4c81
feat: memberlists 페이지 일부 완성
Dahn12 Jun 25, 2024
c9b4f7c
Merge branch 'Dahn12'
Dahn12 Jun 25, 2024
487b6d3
feat : header 직접 입력 대신 -> interceptor로 accesstoken
jinnyleeis Jun 26, 2024
905c5ec
feat : team 조회 api 요청으로 전환 (usequery)
jinnyleeis Jun 26, 2024
a028a49
fix : result-vote 관련 페이지 toggle, key 수정
Dahn12 Jun 26, 2024
d586d3c
feat : 팀 투표 기능
jinnyleeis Jun 26, 2024
fcdb430
refactor : 팀 투표기능
jinnyleeis Jun 26, 2024
b1a1bab
Merge pull request #5 from team-Buldok/Dahn12
Dahn12 Jun 26, 2024
b50e67e
fix: text-align 수정
Dahn12 Jun 26, 2024
12d07e4
feat, refactor : 후보자 조회
jinnyleeis Jun 26, 2024
35c07b7
Merge branch 'master' of https://github.com/team-Buldok/react-vote-19th
jinnyleeis Jun 26, 2024
eba8910
style : 선택된 팀 -> 계속해서 hover 유지되도록
jinnyleeis Jun 26, 2024
47b2280
fix : signup 페이지 디자인 수정
Dahn12 Jun 26, 2024
97d283d
fix : 로그인 페이지 디자인 수정
Dahn12 Jun 26, 2024
7c5c513
Merge branch 'master' into Dahn12
Dahn12 Jun 26, 2024
b44ab0a
Merge pull request #6 from team-Buldok/Dahn12
Dahn12 Jun 26, 2024
599fa95
fix: memberResultPage 내림차순 적용
Dahn12 Jun 26, 2024
1fdfc75
Merge pull request #7 from team-Buldok/Dahn12
Dahn12 Jun 26, 2024
61413a2
feat : 멤버 투표 기능 구현
jinnyleeis Jun 26, 2024
15e4653
fix : data.value 접근 에러 수정
jinnyleeis Jun 26, 2024
c247794
feat : 멤버 투표 결과 확인 기능
jinnyleeis Jun 26, 2024
ba148f9
feat : 팀 투표 결과 확인 기능
jinnyleeis Jun 26, 2024
c9ebe04
feat : 투표후 -> navigation 기능
jinnyleeis Jun 26, 2024
320b1bd
feat : 투표 alert 메시지 수정
jinnyleeis Jun 26, 2024
affb480
feat : 회원가입시 입력양식 검증
jinnyleeis Jun 26, 2024
40d2a8c
delete : 주석 제거
jinnyleeis Jun 26, 2024
abdb32e
수정 : https 로
jinnyleeis Jun 26, 2024
403ed98
fix : 백엔드 수정 (role 제거)
Dahn12 Jun 26, 2024
fdbe84c
Merge branch 'master' into Dahn12
Dahn12 Jun 26, 2024
bcebf40
fix : result 버튼 추가, 디자인 수정
Dahn12 Jun 26, 2024
f116c40
Merge pull request #8 from team-Buldok/Dahn12
Dahn12 Jun 26, 2024
a18dfd4
feat : role 삭제, 로그인 페이지 수정
jinnyleeis Jun 26, 2024
9e8743f
feat : 로그인x시, 투표 결과 못하도록
jinnyleeis Jun 26, 2024
8ed1938
fix : 회원가입 처음
jinnyleeis Jun 26, 2024
468dc59
fix : 회원가입 처음에 처리 제대로 안되는문제
jinnyleeis Jun 26, 2024
2d3fa56
fix : 회원가입처음
jinnyleeis Jun 26, 2024
cdd08d5
fix : 회원가입 문제
jinnyleeis Jun 26, 2024
9c45576
fix 로그인
jinnyleeis Jun 26, 2024
00d8176
fix : 로그인 상태에는 회원가입 안보이도록 수정
jinnyleeis Jun 26, 2024
bfd6524
feat : 로그아웃 기능 추가
jinnyleeis Jun 26, 2024
4a55e37
fix : 로그아웃 기능 401 에러
jinnyleeis Jun 26, 2024
1f95fbb
fix: 로그아웃
jinnyleeis Jun 26, 2024
4203f25
fix. :로그아웃
jinnyleeis Jun 26, 2024
0f1ed32
fix : 로그아웃..
jinnyleeis Jun 26, 2024
6d47c8c
feat : 로그아웃시 그냥 루트 페이지에 머물게!! 성공
jinnyleeis Jun 26, 2024
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
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions react-vote/. prettierrc.json
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 파일 네임에 .과 prettierrc 사이에 띄어쓰기가 있어서 모든 파일에서 프리티어가 제대로 동작하지 않고 있어요!

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"semi": true,
"tabWidth": 2,
"printWidth": 120,
"trailingComma": "all",
"bracketSameLine": true,
"endOfLine": "auto",
"singleQuote": true
}
23 changes: 23 additions & 0 deletions react-vote/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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*
46 changes: 46 additions & 0 deletions react-vote/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).
Loading