Skip to content
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

[1주차] 강다혜 미션 제출합니다. #5

Open
wants to merge 72 commits into
base: master
Choose a base branch
from

Commits on Sep 5, 2024

  1. docs: make feature list

    psst54 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    bcfcb93 View commit details
    Browse the repository at this point in the history
  2. chore: add prettier config

    psst54 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9b52a99 View commit details
    Browse the repository at this point in the history
  3. chore: add gitignore

    psst54 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2ffbddf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from psst54/feature/setup

    Feature/setup: set up project
    psst54 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a247959 View commit details
    Browse the repository at this point in the history
  5. feat: make HTML structure

    psst54 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    810a850 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a32b4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4efb3f6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2 from psst54/feature/basic-layout

    Feature/basic layout: make HTML structure
    psst54 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c451d18 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    868e2af View commit details
    Browse the repository at this point in the history
  10. feat: render subject card

    psst54 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    56b80ad View commit details
    Browse the repository at this point in the history
  11. feat: render subject tasks

    psst54 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5e17bce View commit details
    Browse the repository at this point in the history
  12. docs: edit terms

    psst54 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    7c45c22 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #3 from psst54/feature/class-definitions

    Feature/class definitions: define subject / task class
    psst54 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    424a4a7 View commit details
    Browse the repository at this point in the history
  14. feat: make add subject button

    psst54 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    7f85572 View commit details
    Browse the repository at this point in the history
  15. chore: rename component

    psst54 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    85242f1 View commit details
    Browse the repository at this point in the history
  16. feat: add new subject

    psst54 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    16f8fd7 View commit details
    Browse the repository at this point in the history
  17. feat: add in-progress column

    psst54 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a8ce087 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d9542b3 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #4 from psst54/feature/add-subject

    Feature/add subject: add subject
    psst54 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    503ed8c View commit details
    Browse the repository at this point in the history
  20. feat: make remove button

    psst54 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8f289c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. feat: remove subject

    psst54 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7cf1077 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0c5e6a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from psst54/feature/delete-subject

    Feature/delete subject: subject removal function
    psst54 authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c162e6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c259475 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5504925 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d4a796 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a654df1 View commit details
    Browse the repository at this point in the history
  8. chore: add constant string

    psst54 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b68de26 View commit details
    Browse the repository at this point in the history
  9. dcos: add comments

    psst54 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bf526f7 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #6 from psst54/refactor/class-private-properties

    Refactor/class private properties
    psst54 authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    132e3b2 View commit details
    Browse the repository at this point in the history
  11. feat: add task input form

    psst54 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0d03723 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a4da6c5 View commit details
    Browse the repository at this point in the history
  13. feat: fix task style

    psst54 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f98becd View commit details
    Browse the repository at this point in the history
  14. refactor: change method

    psst54 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f644949 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #7 from psst54/feature/add-task

    Feature/add task
    psst54 authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0ce7230 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c4c4478 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5dc3e9f View commit details
    Browse the repository at this point in the history
  18. Merge pull request #8 from psst54/refactor/codebase

    Refactor/codebase
    psst54 authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3403d08 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5524c18 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #9 from psst54/feature/add-subject

    Feature/add subject
    psst54 authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d4183ba View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a4ab27b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    dd985b6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    00b7815 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #10 from psst54/feature/delete-task

    Feature/delete task
    psst54 authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2c96c51 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d045049 View commit details
    Browse the repository at this point in the history
  26. feat: toggle task

    psst54 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b47174a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    39a9724 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b89fb7a View commit details
    Browse the repository at this point in the history
  29. refactor: remove useless prop

    psst54 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4a25022 View commit details
    Browse the repository at this point in the history
  30. refactor: add string constant

    psst54 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b332485 View commit details
    Browse the repository at this point in the history
  31. refactor: remove useless prop

    psst54 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9fcc04a View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7eae8e6 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #11 from psst54/feature/toggle-state

    Feature/toggle state
    psst54 authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5f3b90e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    35dc943 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    842f675 View commit details
    Browse the repository at this point in the history
  36. chore: rename css file

    psst54 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    eb9ef18 View commit details
    Browse the repository at this point in the history
  37. fix: edit css file

    psst54 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1e0c467 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    1ba6be6 View commit details
    Browse the repository at this point in the history
  39. docs: add comment & jsdoc

    psst54 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7fdc9f7 View commit details
    Browse the repository at this point in the history
  40. style: add form width

    psst54 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9c70161 View commit details
    Browse the repository at this point in the history
  41. feat: show title date

    psst54 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ee16790 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    5ae4943 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    4983c45 View commit details
    Browse the repository at this point in the history
  44. style: change styles

    psst54 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    40e8b36 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    37e1af8 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    75ca24e View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    ebbc851 View commit details
    Browse the repository at this point in the history
  48. Merge pull request #12 from psst54/refactor/codebase

    Refactor/codebase
    psst54 authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ada47c8 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    2fe4a0d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    d9679ef View commit details
    Browse the repository at this point in the history
  2. docs: write readme

    psst54 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    2727fb9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from psst54/master

    과제 제출용 branch로 merge
    psst54 authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    5660245 View commit details
    Browse the repository at this point in the history