|____my-app
| |____README.md
| |____public
| | |____favicon.ico
| | |____index.html
| | |____logo512.png
| | |____manifest.json
| | |____robots.txt
| | |____logo192.png
| |____.gitignore
| |____package-lock.json
| |____package.json
| |____src
| | |____reportWebVitals.js
| | |____App.css
| | |____index.js
| | |____index.css
| | |____components
| | | |____OptionModal.jsx
| | | |____TabBar.jsx
| | | |____PostCard.jsx
| | | |____Navbar.jsx
| | |____App.test.js
| | |____setupTests.js
| | |____pages
| | | |____splash
| | | | |____Splash.jsx
| | | |____Chat
| | | | |____ChattingRoom.jsx
| | | | |____ChatList.jsx
| | | |____feed
| | | | |____UploadProduct.jsx
| | | | |____UploadPost.jsx
| | | | |____PostDetail.jsx
| | | | |____HomeFeed.jsx
| | | |____account
| | | | |____EditProfile.jsx
| | | | |____Login.jsx
| | | | |____Register.jsx
| | | |____error
| | | | |____Error.jsx
| | |____logo.svg
| | |____routes
| | | |____Router.jsx
| | |____App.js
|____README.md
|____.github
| |____workflows
| | |____create-issue-branch.yml
| |____issue-branch.yml
| |____ISSUE_TEMPLATE
| | |____이슈-생성-템플릿.md
Plain Text
복사