Skip to content

feat: 로그인 UI 개발#2

Open
luckyseo3 wants to merge 1 commit intomainfrom
dev-7
Open

feat: 로그인 UI 개발#2
luckyseo3 wants to merge 1 commit intomainfrom
dev-7

Conversation

@luckyseo3
Copy link
Copy Markdown
Collaborator

  1. 환경 설정
  • 리액트 첫 세팅 시 써있는 불필요한 코드 삭제 (App.css, index, css, App.tsx, index.css)
  • CSS 라이브러리, Tailwind CSS 다운로드
  • 아이콘 라이브러리, lucide-react 다운로드
  • UI 라이브러리, radiux-ui 다운로드
  • toast 기능 라이브러리, sonner 다운로드
  • navigate 기능을 위한 react-router-dom 다운로드
  1. 로그인 UI
  • Button, Dialog, Input, Label 컴퍼넌트 제작하여 /src/components/ui 에 저장: 프로젝트 통일성 확보에 도움 될 듯해서 일단 LLM으로 만듦
  • 이메일, 비밀번호 입력 기능 구현
  • 로그인 버튼 구현
  • 올바른 이메일, 비밀번호 누르면 다른 페이지로 이동(다른 컴퍼넌트 mount) 구현
  1. 필요 사항
  • Button, Dialog, Input, Label 컴퍼넌트를 LLM으로 만들어서 정확한 기능 확인이 필요
  • 이메일, 비밀번호가 확인 로직 수정 필요: DB와 연결? BE와 연결??
  • 세부 디자인 수정 필요
  • 현재는 App.tsx 파일에 로그인 UI가 있는데 export/import 하는 방식으로 변경 필요하지 않을까 싶음

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant