- GithubAPI와 Shadcn을 이용하여 유저의 즐겨찾기한 Repository-List 불러오기
- GitHub Apps & NextAuth를 이용한 Github 로그인/로그아웃 기능 및 페이지네이션 구현
- 즐겨찾기한 Repository의 이슈리스트를 React-table로 구현
- 이슈리스트 필터링 기능 제공 (이슈 상태, 댓글 순, 최신 순, 최근 업데이트 순)
- Retrieve the user's starred repository list using the GitHub API & GraphQL
- Implement GitHub login feature using GitHub Apps and NextAuth v5.
- Display the issue list of the repository using React-table.
- Provided filtering options for issues based on issue status, comment count, latest and recent update.
