Skip to content

Project-MO-A/Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MO:A

🔗Frontend-Server

🔗피그마

개발 환경

프로젝트 구조

│  README.md
├── package.json
├── public
│    └── index.html
└── src
     ├── Header
     │    └── Header.js
     ├── Home
     │    └── HomeTab
     │        ├── HomeTab.js
     │        └── HomeTabComponent.js
     ├── LogIn
     │    ├── Modal.js
     │    ├── SignInForm.js
     │    └── SingUpPage.js
     ├── MyPage
     │    ├── MyPageComponent
     │    │   ├── ProfileLink.js
     │    │   └── ProfileTag.js
     │    ├── Likedlist.js
     │    ├── MyActivity.js
     │    ├── MyPage.js
     │    ├── MyPostList.js
     │    ├── Profile.js
     │    └── Setting.js
     ├── Post
     │    ├── BasicInfo
     │    │   ├── Postion
     │    │   │   ├── Postion.js
     │    │   │   └── PostionListItem.js
     │    │   ├── BasicInfo.js
     │    │   ├── Category.js
     │    │   └── TagBox.js
     │    ├── Editor
     │    │   └── Editor.js
     │    ├── Post.js
     │    └── WriteButton.js
     ├── PostDetail
     ├── Common
     │    ├── KakaoMap.js
     │    ├── PostComponent.js
     │    ├── NotoSansKR-Regular.otf
     │    ├── profileImg.png
     │    └── UserPopularity.js
     ├── App.js
     ├── index.css
     └── index.js

개발 기간

  • 2022-03-03 ~2022-04-28

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages