Career_Festival_Front
├─ career_festival_front
│ ├─ package-lock.json
│ ├─ package.json
│ ├─ public
│ │ └─ index.html
│ └─ src
│ ├─ App.css
│ ├─ App.js
│ ├─ assets
│ │ ├─ 0109피그마
│ │ │ ├─ 1메인화면 - 행사목록 카테고리 들어간 후.png
│ │ │ ├─ 1메인화면 - 회원가입 or 로그인 후 바로 뜨는 홈화면.png
│ │ │ ├─ 2 DetailFestivalPage 행사 클릭한 화면(댓글창포함).png
│ │ │ ├─ 로그인 페이지.png
│ │ │ ├─ 회원가입1 페이지.png
│ │ │ ├─ 회원가입2 참가자 주최자 모달창.png
│ │ │ ├─ 회원가입3 주최자 페이지.png
│ │ │ └─ 회원가입4 참가자 페이지.png
│ │ └─ images
│ │ ├─ banner1.png
│ │ ├─ banner2.png
│ │ ├─ banner3.png
│ │ ├─ banner4.png
│ │ ├─ bannerleftarrow.png
│ │ ├─ bannerrightarrow.png
│ │ ├─ check-icon.png
│ │ ├─ checked_image.png
│ │ ├─ emptyStarIcon.png
│ │ ├─ length.png
│ │ ├─ login_kakao.png
│ │ ├─ login_naver.png
│ │ ├─ logo.png
│ │ ├─ search.png
│ │ ├─ setting.png
│ │ └─ unchecked_image.png
│ ├─ components
│ │ ├─ commentList
│ │ │ ├─ CommentList.jsx
│ │ │ └─ Join.jsx
│ │ ├─ contact
│ │ │ └─ Contact.jsx
│ │ ├─ enrollment
│ │ │ └─ Enrollment.jsx
│ │ ├─ eventDetail
│ │ │ ├─ EventDetail.jsx
│ │ │ └─ EventDetailStyle.jsx
│ │ ├─ footer
│ │ │ └─ Footer.jsx
│ │ ├─ header
│ │ │ └─ Header.jsx
│ │ ├─ home
│ │ │ ├─ Banner.jsx
│ │ │ ├─ Checkbox.jsx
│ │ │ ├─ Community.jsx
│ │ │ ├─ Diary.jsx
│ │ │ ├─ Filter.jsx
│ │ │ ├─ Filterkeyword.jsx
│ │ │ └─ Recommand.jsx
│ │ ├─ login
│ │ │ ├─ Login.jsx
│ │ │ └─ LoginStyle.jsx
│ │ ├─ qna
│ │ │ ├─ QnA.jsx
│ │ │ └─ QnAList.jsx
│ │ └─ signup
│ │ ├─ InterestArea.jsx
│ │ ├─ InterestAreaStyle.jsx
│ │ ├─ Organizer.jsx
│ │ ├─ OrganizerStyle.jsx
│ │ ├─ Participant.jsx
│ │ ├─ ParticipantStyle.jsx
│ │ ├─ Signup.jsx
│ │ └─ SignupStyle.jsx
│ ├─ db
│ │ └─ RecommandedEvents.json
│ ├─ fonts
│ │ ├─ Font.css
│ │ ├─ NotoSansKR-Black.woff
│ │ ├─ NotoSansKR-Bold.woff
│ │ ├─ NotoSansKR-Light.woff
│ │ ├─ NotoSansKR-Medium.woff
│ │ ├─ NotoSansKR-Regular.woff
│ │ └─ NotoSansKR-Thin.woff
│ ├─ index.css
│ ├─ index.js
│ ├─ pages
│ │ ├─ DetailFestivalPage.jsx
│ │ ├─ FestivalListPage.jsx
│ │ ├─ HomePage.jsx
│ │ ├─ LoginPage.jsx
│ │ └─ SignupPage.jsx
│ └─ utils
└─ README.md
forked from Career-Festival/Career_Festival_Front
-
Notifications
You must be signed in to change notification settings - Fork 0
hypoxisaurea/Career_Festival_Front
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 99.1%
- Other 0.9%