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

[나윤주] Sprint2 #46

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Binary file added .DS_Store
Binary file not shown.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# 판다마켓

사이트주소: https://pandamarket-momo.netlify.app/

## 요구사항
- [ ] Github에 PR(Pull Request)을 만들어서 미션을 제출합니다.
- [x] 피그마 디자인에 맞게 페이지를 만들어 주세요.
- [x] React와 같은 UI 라이브러리를 사용하지 않고 진행합니다.
- [x] Netlify에 파일 배포가 아닌 포크한 Github 레포지토리로 연결합니다.

### 기본

- [x] SNS 아이콘들은 클릭시 각각 실제 서비스 홈페이지로 이동합니다.
- [x] input 요소에 focus out 일 때, 테두리는 없습니다.
- [x] input 요소에 focus in 일 때, 테두리 색상은 #3692FF입니다.
- [x] 로그인 페이지, 회원가입 페이지 모두 로고 위 상단 여백이 동일합니다.
- [x] “판다마켓" 로고 클릭 시 루트 페이지(“/”)로 이동합니다.
- [x] “회원가입”버튼 클릭 시 “/signup” 페이지로 이동합니다.
- [x] “로그인”버튼 클릭 시 “/login” 페이지로 이동합니다.

### 심화

- [x] 비밀번호 input 요소 위에 비밀번호를 확인할 수 있는 아이콘을 추가해 주세요.
- [x] palette에 있는 color값들을 css 변수로 등록하고 사용해 주세요.

## 주요 변경사항

-
-

## 스크린샷

![메인](./readmeSource/main.png)
![로그인](./readmeSource/login.png)
![회원가입](./readmeSource/signup.png)

## 멘토에게

-
-
- 셀프 코드 리뷰를 통해 질문 이어가겠습니다.
Binary file added assets/.DS_Store
Binary file not shown.
Loading
Loading