Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
ddb8410
Create-React-App 설정
Nov 22, 2022
8a009ce
feat: 기본 라이브러리 설치 및 기본 폴더 구조 생성
Nov 23, 2022
5ebcc81
feat: GlobalStyle 적용 및 Header 컴포넌트 생성
Nov 25, 2022
1b5b0af
Feat/GlobalStyle 적용 및 Header 컴포넌트 생성
kongnayeon Nov 25, 2022
54035e9
feat: 헤더 컴포넌트에 상태 추가 및 디자인 수정
Dec 17, 2022
844d81d
feat: homePage 작업 마무리 및 routing 수정
Dec 18, 2022
d7d5020
Feature/홈페이지 작업 완료
kongnayeon Dec 18, 2022
0ad2e37
feat: 회원가입 시 필요한 input 항목 추가
kongnayeon Dec 19, 2022
919a94e
feat: home에서 routing 기능 추가
Dec 19, 2022
21d9f35
feat: 데모데이 결과 페이지 레이아웃
Dec 19, 2022
008d292
feat: 결과 페이지 api 연결
Dec 19, 2022
84047a7
style: registerPage, loginPage 스타일링
kongnayeon Dec 20, 2022
fbcb064
feat: login api 요청
kongnayeon Dec 20, 2022
d50cebe
feat: login 시 token 저장
kongnayeon Dec 20, 2022
dff7084
feat: vote/part-leader 레이아웃 구성
Dec 20, 2022
101b57a
feat: vote/demo-day 레이아웃 구성
Dec 20, 2022
3313e38
Feat/vote 페이지 작업완료
kongnayeon Dec 20, 2022
6932b95
feat: react-hook-form 설치
kongnayeon Dec 21, 2022
699c5c0
feat: accessTokenSelector 추가
kongnayeon Dec 21, 2022
e2d4003
Merge branch 'master' into feature/registerPage/kongnayeon
kongnayeon Dec 21, 2022
01d18cf
Feature/회원가입, 로그인 페이지
yjoonjang Dec 21, 2022
d56c2d5
feat: 투표 페이지 api 연결
Dec 21, 2022
b64777a
feat: register page validation check
kongnayeon Dec 21, 2022
cfd32c5
fix: conflict 해결
kongnayeon Dec 21, 2022
64df867
Feature/투표 페이지 api 연결
kongnayeon Dec 21, 2022
2281e05
fix: conflict 해결
kongnayeon Dec 21, 2022
f04d38f
Feature/register page validation check
kongnayeon Dec 21, 2022
d1d66ad
feat: logout 시 userState 초기화
kongnayeon Dec 21, 2022
b0af3ba
Feature/logout 시 userState 초기화
kongnayeon Dec 21, 2022
1736c22
feat: vote page 접속 시 로그인 확인
kongnayeon Dec 21, 2022
80c303a
feat: 중복 투표 시 alert 창 띄우기
kongnayeon Dec 21, 2022
3861e8f
feat: login 실패 시 alert
kongnayeon Dec 21, 2022
0f0094c
feat: recoil-persist 추가
kongnayeon Dec 21, 2022
dcddfe1
feat: is_candidate 추가
kongnayeon Dec 21, 2022
e901537
feat: toggle slider 추가
kongnayeon Dec 21, 2022
47f102a
fix: jest 에러
kongnayeon Dec 21, 2022
d23f174
Feature/alert 창, recoil-persist, toggle slider
yjoonjang Dec 21, 2022
0aacf06
fix: 회원가입 오류 수정
kongnayeon Dec 21, 2022
aaa6b71
feat: demo-day 결과페이지 결과 띄우기
Dec 21, 2022
e8cfecc
feat/demo-day 결과페이지 결과 띄우기
kongnayeon Dec 21, 2022
61ebf2f
feat: 파트장 투표 결과
kongnayeon Dec 21, 2022
54ddc5f
feat: 가입 완료 시 알림창
kongnayeon Dec 21, 2022
c718a29
Feature/파트장 투표 결과
yjoonjang Dec 21, 2022
5253243
fix: 팀 이름 수정
kongnayeon Dec 21, 2022
4ce3dde
Feature/가입 완료 시 알림창, 팀 이름 수정
yjoonjang Dec 21, 2022
5eedecc
fix: 로그인/회원가입 css 수정
Dec 21, 2022
4351df3
fix: 커밋 후 머지
Dec 21, 2022
c2937eb
feat: 파트장 투표 프론트 백 구분
Dec 21, 2022
66bc626
Feat/머지 후 파트장 투표 파트 구분
kongnayeon Dec 21, 2022
48b726a
fix: 투표 후 리다이렉팅
Dec 21, 2022
73690a1
Fix/투표 후 리다이렉팅
kongnayeon Dec 21, 2022
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
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