Skip to content

프로젝트 구인 및 관리 플랫폼🗓️

Notifications You must be signed in to change notification settings

Eunseo-jo/MOA-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

프로젝트 구인 및 관리 플랫폼🗓️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%