Skip to content

Commit

Permalink
[나지원] sprint8 (#114)
Browse files Browse the repository at this point in the history
* fix: add missing type attribute to button element

* feat: add Comment and EditingComment components in Comments

* feat: implement shared Dropdown component

* chore: change shared components to tsx

- Moved shared components to the shared folder
- Separated Label component from Input and Textarea

* refactor: convert shared utility functions to ts

* refactor: convert feature folder components to tsx

* refactor: convert page components to tsx

* feat: add LandingPage component

* feat: add Login and Signup components

- left validation logic incomplete

---------

Co-authored-by: naji <jitwona99.gmail.com>
  • Loading branch information
najitwo authored Oct 22, 2024
1 parent 62ee2bd commit 4913f71
Show file tree
Hide file tree
Showing 90 changed files with 2,585 additions and 644 deletions.
6 changes: 0 additions & 6 deletions jsconfig.json

This file was deleted.

57 changes: 34 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.6",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.26.1",
"react-scripts": "^5.0.1",
"typescript": "^5.6.3",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down
File renamed without changes.
Binary file added src/assets/images/Img_home_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/Img_home_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/Img_home_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4913f71

Please sign in to comment.