-
Notifications
You must be signed in to change notification settings - Fork 10
[7주차] Hooking 미션 제출합니다. #6
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
Open
moong23
wants to merge
57
commits into
CEOS-Developers:master
Choose a base branch
from
Hooking-CEOS:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
a717af5
Initialize project using Create React App
5f9ba86
feat: 초기 환경 세팅
70f1fd6
chore: 불필요한 파일 삭제
cf58360
feat: 폼 유효성 확인하는 훅 추가
bdbb0e8
feat: input 관리하는 훅 추가
8224d89
feat: 로그인, 회원가입 폼 유효성 관리
af12a02
chore: type 추가
bd52821
feat: 라우터 추가
22a1505
chore: constants 추가
20357f6
feat: 메인 페이지 추가
b55e046
chore: string 관련 함수 모아놓음
cc5504c
Merge pull request #1 from Hooking-CEOS/feature/user
hyosin-Jang e13d0ba
style: 공통 color 추가
0e1f4cd
style: 스타일 초기화 및 전역 스타일 추가
2cbc95d
style: 헤더 있는 레이아웃 추가
c1cbb5c
chore: axios 기본 세팅 추가
718d4d9
feat: 헤더 추가
3de6e3c
feat: login mock api 연결
2b22ca3
feat: signup mock api 연결
e170999
chore: 피그마에서 내보낸 png 파일들 추가
0783bf4
Merge pull request #2 from Hooking-CEOS/feature/user
hyosin-Jang 9e8ea39
chore: proxy 설정
e8ba716
feat: 임시 데모데이 페이지 추가
f235bcf
feat: 메인화면 추가
400bc49
feat: 파트장 투표 예시 코드 추가
e5f0298
feat: 로그인 회원가입 페이지 추가
c263b59
chore: form validation 문구 자세하게 수정
14280dc
feat: 임시 결과 페이지 추가
36d1bda
feat: privateRouter 추가 (투표 페이지는 로그인한 후에만 접근 가능)
7ad6783
feat: 로그아웃 버튼 추가
904a54c
chore: 메인 height 수정
13ad0fa
chore: images.d.ts 추가
c5eb38a
feat: userInfo, islogin atom 추가
5e7256f
chore: style, constants, api 수정
c429898
Merge pull request #3 from Hooking-CEOS/feature/user
hyosin-Jang 6ac6d7c
feat: vote page wip
moong23 b6ea8fc
Merge branch 'develop' into feature/vote
moong23 7db65d5
Merge pull request #4 from Hooking-CEOS/feature/vote
moong23 79ec745
axios type added
moong23 160b0a7
assets added
moong23 9e2aaa1
part vote page implemented
moong23 e9e08ae
demo vote page implemented
moong23 4d16ad6
chore: commit for deployment
moong23 88564b6
Merge pull request #5 from Hooking-CEOS/develop
moong23 e4e8140
axios error modify via redirection
moong23 502856c
Merge pull request #6 from Hooking-CEOS/develop
moong23 acc7181
axios error modify via redirection
moong23 6268cb8
Merge branch 'develop'
moong23 1938c8b
axios error modified via cors
moong23 ec7cf64
axios error modified via cors
moong23 8c026c0
axios error modified via cors
moong23 eacc59e
chore: minor bug fix
moong23 a3f5e0a
chore: minor bug fix
moong23 b441c9e
chore: minor bug fix
moong23 ae0d098
demo result re-positioned by descending orders
moong23 c3c3bb8
fix: routing logic modified and vote result logic modified
moong23 fc34bf1
vote result re-positioned by descending orders
moong23 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| import { POST } from "../utils/axios"; | ||
|
|
||
| export const onLogin = async (body: any) => await POST("/login", body); | ||
|
|
||
| export const onSignUp = async (body: any) => await POST("/signup", body); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이렇게 할 수도 있군요,,! 배워갑니다,,