SKHU-Gevelopers / Frontend_Repo

FE-Repo
0 stars 2 forks source link

Frontend_Repo

soft

서비스 🔗

모바일 웹 서비스입니다.
UNIMEET 서비스

소개 영상 🔗

UNIMEET 소개 영상

UNIMEET?

University Meetup이라는 뜻으로, 대학생들이 다양한 인연을 맺고 편안한 만남을 즐길 수 있는 커뮤니티 모바일 웹 서비스입니다.

기술 스택

구성

소스 트리

.
├── components
│   ├──apply
│   │  └──ApplyModal.tsx
│   ├──detailboard\[id]
│   │  └──Comments.tsx
│   ├──BubbleGround.tsx
│   ├──DmModal.tsx
│   ├──InputBox.tsx
│   ├──Modal.tsx
│   └──UnderNav.tsx
├── constants
│   ├──department.ts
│   └──mbtilist.ts
├── pages
│   ├──detailboard
│   │  └──[id].tsx
│   ├──meetingApply
│   │  └──[id].tsx
│   ├──post
│   │  └──postWrite.tsx
│   ├──_app.tsx
│   ├──_document.tsx
│   ├──bulletinBoard.tsx
│   ├──chat.tsx
│   ├──guestBook.tsx
│   ├──index.tsx
│   ├──LockMypages.tsx
│   ├──MainLogin.tsx
│   ├──meetingLogs.tsx
│   ├──myGuestBook.tsx
│   ├──reciveDm.tsx
│   └──signup.tsx
├── styles
│   ├──componentsStyle
│   │  └──commentStyle.tsx
│   ├──postStyle
│   │  └──postStyle.tsx
│   ├──applyStyle.tsx
│   ├──detailBoardStyle.tsx
│   ├──global.css
│   ├──mypageStyle.tsx
│   └──UnderNavbar.tsx 
└── util
    ├──boardUtil
    │  ├──commentUtil.tsx
    │  └──detailBoardUtil.tsx
    ├──meetingApply
    │  └──apllyUtil.tsx
    ├──post
    │  └──postUtil.tsx
    ├──bulletinBoardUtil.tsx
    ├──chatUtil.tsx
    ├──detailUtil.tsx
    ├──guestBookUtil.tsx
    ├──meetingReciveUtil.tsx
    ├──myGuestBookUtil.tsx
    ├──myPageUtil.tsx
    ├──ReciveUtil.tsx
    ├──signUtil.tsx
    └──userUtil.tsx

프론트엔드 개발자

yeaseul baeksehee