Skip to content

[AIBE6/2팀/윤하빈]TODO APP 만들기 완료#64

Open
yunabin wants to merge 14 commits into
sik2:mainfrom
yunabin:main
Open

[AIBE6/2팀/윤하빈]TODO APP 만들기 완료#64
yunabin wants to merge 14 commits into
sik2:mainfrom
yunabin:main

Conversation

@yunabin
Copy link
Copy Markdown

@yunabin yunabin commented Mar 19, 2026

📝 Todo List Project

리액트의 상태 관리와 성능 최적화를 학습하기 위한 투두리스트(Todo List) 애플리케이션입니다.

todolist.mp4

@yunabin yunabin marked this pull request as draft March 19, 2026 16:00
@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request establishes the initial development environment for a React-based TODO application, leveraging Vite for a fast development experience. It introduces the core components necessary for a functional TODO list, enabling users to manage their tasks effectively. The setup also includes robust ESLint configurations to maintain high code standards from the outset.

Highlights

  • Project Initialization: A new React project has been set up using Vite, including basic configurations and dependencies.
  • TODO Application Core: Implemented the foundational structure for a TODO application, featuring components for adding, displaying, updating (marking as done), and deleting tasks.
  • ESLint Configuration: Integrated ESLint with specific rules for React hooks and refresh to ensure code quality and consistency.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@yunabin yunabin marked this pull request as ready for review March 19, 2026 16:01
@gemini-code-assist
Copy link
Copy Markdown

Warning

Gemini encountered an error creating the review. You can try again by commenting /gemini review.

@yunabin yunabin closed this Mar 19, 2026
@yunabin yunabin reopened this Mar 20, 2026
@yunabin yunabin changed the title [AIBE6/2팀/윤하빈]TODO APP 만들기 진행중 [AIBE6/2팀/윤하빈]TODO APP 만들기 완료 Mar 20, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

안녕하세요! Todo List 애플리케이션을 만드신 것을 축하드립니다. 전반적으로 React의 useReducer를 이용한 상태 관리가 잘 적용되어 있습니다. 다만, 프로젝트의 목표 중 하나인 '성능 최적화' 측면에서 몇 가지 개선할 점이 보입니다. useMemo, useCallback, React.memo 등을 활용하여 불필요한 렌더링을 방지하고 성능을 향상시킬 수 있는 부분들에 대해 몇 가지 의견을 남깁니다. 또한, 코드의 안정성과 유지보수성을 높이기 위한 제안도 포함되어 있습니다. 자세한 내용은 각 파일에 남긴 코멘트를 확인해주세요.

Comment thread eslint.config.js
Comment thread src/App.jsx Outdated
Comment thread src/components/List.jsx
Comment thread src/components/TodoItem.jsx Outdated
Comment thread README.md
Comment thread src/App.jsx
Comment thread src/App.jsx
Comment thread src/components/Editor.jsx
Comment thread src/components/Exam.jsx Outdated
Comment thread src/components/Header.jsx
@ktk33762
Copy link
Copy Markdown

상태 변경 로직을 reducer 함수 하나에 모아 놓으셔서 흐름을 한눈에 보기 편하고, 기능이 추가될 때도 case만 추가하면 되니까 확장성도 좋아 보여요!
프론트 디자인도 깔끔하게 잘 만드셨고 고생 많으셨습니다!

@p7548296-afk
Copy link
Copy Markdown

전체적으로 구조가 깔끔하고 이해하기 쉬웠습니다. 컴포넌트에 역할별로 잘 구분되어 있고 직관적이여서 이해하기 어렵지 않았습니다!

Copy link
Copy Markdown

@hoehoeabi hoehoeabi left a comment

Choose a reason for hiding this comment

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

덕분에 Context Provider 방식에 대해 조금은 이해하게 되었습니다

@predevho
Copy link
Copy Markdown

useMemo를 통해 리렌더링을 방지해서 최적화까지 구현하신거 보고 많이 배웠습니다!

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.

5 participants