Skip to content

Conversation

bin00125
Copy link

구현 사항

  • 회원가입, 로그인 페이지 구현 supabase기능 구현

어려웠던 점

  • supabase활용이 어려웠습니다

구현 이미지

mission4

@Kwonyeojiny Kwonyeojiny added the mission-4 4단계 미션 구현 label Jun 23, 2025
@Kwonyeojiny Kwonyeojiny self-requested a review June 23, 2025 08:42
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기저기서 사용되는 공통 컴포넌트는 component 폴더 안에 common 폴더를 추가하셔서 그 안에서 관리해주시면 더 좋습니다!

/component/common

Comment on lines +63 to +88
<>
<li>
<div className="profile">
<div>
<ul>
<li>
<Link to="/" onClick={handleReset}>
마이페이지
</Link>
</li>
<li>
<Link
to="/logout"
onClick={() => {
handleReset();
handleLogout();
}}
>
로그아웃
</Link>
</li>
</ul>
</div>
</div>
</li>
</>
Copy link
Collaborator

@Kwonyeojiny Kwonyeojiny Jun 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

불필요한 태그들이 존재하는 것 같습니다!!!
63, 88 - <></>
66,86 - <div></div>
는 없어도 될 것 같습니다!

@Kwonyeojiny Kwonyeojiny merged commit 1e74ae8 into OZ-Coding-School:김은빈 Jun 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mission-4 4단계 미션 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants