-
Notifications
You must be signed in to change notification settings - Fork 13
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
[3주차] 전시원 미션 제출합니다. #23
Open
siwonblue
wants to merge
30
commits into
CEOS-Developers:master
Choose a base branch
from
siwonblue:siwonblue
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
30 commits
Select commit
Hold shift + click to select a range
c6feae2
[⌚️feat] : Init project
f5b938e
[⌚️feat] : Add list
4427d83
[⌚️feat] : Save data
4b54ec9
[⌚️feat] : Add toggle
e8bbcba
[⌨️chore] : Modify rendering style
6b36e58
[⌚️feat] : Add delete button
28017c7
[⌚️feat] : Add count number of list
bb2753b
[📱fix] : Fix localStorage save updating
e9d358b
[🧨refactor] : Devide code into component
743fdc4
[🧨refactor] : Devide code into component
352336c
[🧨refactor] : Devide code into component
cd6291c
[🧨refactor] : Devide code into component
11967de
[📱fix] : Find bug
5274f66
[⌨️chore] : Set maxLength
544079f
[📱fix] : Find bug
b2cebe8
[📱fix] Fix bug
ac130c1
[🧨refactor] : Add css style in all component
8438aa6
Test commit
ac54062
[💻build] : typescript
e8a6881
[🧨refactor] : Apply type and refactor function
0ad9ee6
[🧨refactor] : Check Type
ddcb16c
[🧨refactor] : Check type
c3ef0e8
[🧨refactor] : Apply typescript all components
fe2b790
[⌨️chore] : delete ""
9b333ab
[⌨️chore] : delete inline style
85b97cd
[⌨️chore] : delete inline style
7554c72
[🧨refactor] : add globalStyle
f0f19a2
[⌨️chore] : edit
96519d5
[⌚️feat] : Add custom hooks
1976c20
[⌚️feat] : Prevent duplicated input data
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
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
import { Cir1, Cir2, Cir3, Etc, DivTitle, CircleContainer } from './style'; | ||
import { useState } from 'react'; | ||
|
||
const Index = () => { | ||
return ( | ||
<DivTitle> | ||
<CircleContainer> | ||
<Cir1 | ||
onClick={() => { | ||
alert('Tab을 닫을까요?'); | ||
}} | ||
> | ||
X | ||
</Cir1> | ||
<Cir2 /> | ||
<Cir3 /> | ||
</CircleContainer> | ||
<Etc>⌥⌘1</Etc> | ||
</DivTitle> | ||
); | ||
}; | ||
|
||
export default Index; |
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.
앗 이거 이모지 너무 기여워요