-
Notifications
You must be signed in to change notification settings - Fork 217
[10๊ธฐ Tami] TodoList with CRUD #217
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
Open
ink-0
wants to merge
29
commits into
next-step:ink-0
Choose a base branch
from
ink-0:ink-0
base: ink-0
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 all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
e0b9819
[week1] TodoUI UI component ๋ถ๋ฆฌ
ink-0 0060f4b
[week1] favicon ๋ณ๊ฒฝ
ink-0 a484359
[Week1] TodoInput ๊ธฐ๋ฅ ๊ตฌํํ
ink-0 8836ea4
TodoCount UI ๋ถ๋ฆฌ
ink-0 c4d0353
TodoList UI ์์
ink-0 0386adf
Merge pull request #2 from ink-0/week1/1/TodoUI
ink-0 e7ffe4a
[week1] todoes data ๋ณ๊ฒฝ (idx,content ์ถ๊ฐ)
ink-0 3544be9
[week1] checkBox ๊ธฐ๋ฅ์์ฑ์ค
ink-0 dc0b8aa
Merge pull request #4 from ink-0/week1/3/checkBox
ink-0 510f9ca
[week1] checkBox ๊ตฌํ
ink-0 d8eb0b6
Merge pull request #5 from ink-0/week1/3/checkBox
ink-0 0b0d2e7
[week1] TodoList Delete ๊ตฌํ
ink-0 92fa970
Merge pull request #7 from ink-0/week1/6/TodoDelete
ink-0 e5fe50f
[week1] TodoList Edit ๊ตฌํ
ink-0 56b3cfa
[week1] TodoList Edit ๊ตฌํ ์ผ๋ถ ์์
ink-0 4fa6f12
[week1] TodoList ๋ฆฌํฉํ ๋ง
ink-0 e1c0dbc
Merge pull request #9 from ink-0/week1/8/TodoEdit
ink-0 15c4aab
[week1] TodoFilter ๊ตฌํ
ink-0 b4e07a0
[week1] ์ฝ๋ ๋ฆฌํฉํ ๋ง
ink-0 fc05b25
Merge pull request #11 from ink-0/week1/10/TodoFilter
ink-0 102b581
[week1] TodoFilter CSS ์กฐ๊ฑด ์์
ink-0 c70cb01
[week1] localStorage ์ ์ฉ
ink-0 cb7745e
Merge pull request #13 from ink-0/week1/12/localStorage
ink-0 e45ba36
[week2] GET userList
ink-0 527420f
Merge pull request #16 from ink-0/week2/14/GETuser
ink-0 360338a
[week2] UserList UI ์์ฑ
ink-0 90a6d0c
[week2] UUserList ์ user์ ํด๋ฆญ์ด๋ฒคํธ ๊ฑฐ๋์ค
ink-0 3654826
Merge pull request #18 from ink-0/week2/17/UserListUI
ink-0 a02aa27
chore:
ink-0 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 contains hidden or 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,3 @@ | ||
{ | ||
"liveServer.settings.port": 5501 | ||
} |
This file contains hidden or 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 hidden or 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,2 @@ | ||
import TodoApp from './src/js/TodoApp.js'; | ||
new TodoApp(document.querySelector('.App')); | ||
Oops, something went wrong.
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.
main ์ ์ฒด๋ฅผ ๋๊ฒจ์ฃผ๋ ๊ฑด ์๊ฐ ๋ชปํด๋ดค๋๋ฐ HTML์ด ํ๊ฒฐ ๋ ๊น๋ํด์ง๋ค์! ํ๋ ๋ฐฐ์๊ฐ๋๋ค ๐