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

feat: 메인 페이지 및 구성 컴포넌트 구현, 로컬스토리지 로그인 유지 기능 추가 #5

Closed
wants to merge 4 commits into from

Conversation

LikeACloud7
Copy link
Collaborator

MainPage UI 구현 및 기능 추가

  1. MainPage를 위한 UI 컴포넌트 구현
  • SideBar, Posts, Stories 컴포넌트를 생성하여 메인 페이지 UI 구성.
  • MobileBar 및 MobileHeader 컴포넌트를 추가하여 화면 크기에 따라 레이아웃 변경 처리.
  1. 로그인 관련
  • 로그아웃 기능 구현을 위해 임시 context를 이용해서 App.tsx에서 관리 및 하위 컴포넌트로 전달.
  • 로그인 상태를 유지하기 위해 사용자 정보를 localStorage에 저장하도록 설정.

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