-
Notifications
You must be signed in to change notification settings - Fork 10
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
[2주차] 강다혜 미션 제출합니다. #9
Open
psst54
wants to merge
46
commits into
CEOS-Developers:master
Choose a base branch
from
psst54:psst54
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
8ff0d9c
chore: add prettierrc & apply formatter & update gitignore
psst54 24a4642
style: add reset.css file
psst54 a5edded
chore: support absolute path
psst54 0b78b9c
docs: add feature list
psst54 bc81d43
fix: fix no-line-at-the-end error
psst54 6766055
Merge pull request #1 from psst54/feature/setup
psst54 f1e2947
feature: make basic ui
psst54 4a68345
feature: add styled-components
psst54 3359b8b
feature: make board ui
psst54 4b18d9d
feat: make subject list
psst54 9be52ae
style: apply styles
psst54 d2b556f
Merge pull request #2 from psst54/feature/basic-layout
psst54 58ae455
feat: add useSubject hook
psst54 c99fea8
feat: split Subject component
psst54 aeb1253
feat: make subject input form
psst54 77820c5
Merge pull request #3 from psst54/feature/add-subject
psst54 2c8fc68
feat: add uuid for dependency
psst54 73c0a79
feat: make subject delete button
psst54 0c4b733
style: add icon color
psst54 9622e60
Merge pull request #4 from psst54/feature/remove-subject
psst54 7c2d63b
fix: move custom hook to parent component
psst54 088a3df
fix: fix svg prop names
psst54 24dedb9
feat: make hook/component for task
psst54 7d59b3d
feat: make Task component & addTask hook
psst54 7765b3b
Merge pull request #5 from psst54/feature/add-task
psst54 0b27b35
feat: remove task
psst54 1dddbd8
Merge pull request #6 from psst54/feature/remove-task
psst54 f20fd1e
feat: function to toggle task
psst54 b15d025
refactor: refactor task related function
psst54 467337a
feat: change state based on its taskList
psst54 4e03010
chore: rename function for detail
psst54 288d6d8
Merge pull request #7 from psst54/feature/toggle-task
psst54 0680b3b
feat: handle empty input submit
psst54 f11b891
feat: add column counter
psst54 2cd1232
chore: fix color constants
psst54 c26da25
feat: add task counter
psst54 12ab354
Merge pull request #8 from psst54/feature/error-handle
psst54 263ecbe
chore: add pretendard font
psst54 51a2fb4
feat: load/save local storage
psst54 dc8de48
fix: add key to task
psst54 6dacefe
fix: edit return form of subject hook
psst54 9c40838
fix: remove state property in subject
psst54 80da612
fix: split state toggle function
psst54 cb94281
Merge pull request #9 from psst54/feature/use-local-storage
psst54 0ef65f2
Merge pull request #10 from psst54/refactor/codebase
psst54 6232a9a
docs: update readme
psst54 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고유한 ID를 생성하기 위해 설계된 라이브러리가 있는 줄 처음 알았어요! 배워갑니다!