Skip to content

KOONGYA-FINE/FINE_Client

Repository files navigation

FINE_Client

LikeLion 11th Hackathon Client

File Tree(src)

📦src
┣ 📂apis
┃ ┣ 📜foodapi.ts
┃ ┣ 📜landingapi.ts
┃ ┣ 📜loginapi.ts
┃ ┣ 📜matchingGet.ts
┃ ┣ 📜matchingWriting.ts
┃ ┣ 📜mypagapis.ts
┃ ┣ 📜scrapapi.ts
┃ ┗ 📜signupapi.ts
┣ 📂assets
┃ ┣ 📂fonts
┃ ┃ ┣ 📜KatahdinRound.otf
┃ ┃ ┗ 📜Poppins-Regular.ttf
┃ ┗ 📜react.svg
┣ 📂common
┃ ┣ 📜commonstyle.tsx
┃ ┣ 📜font.css
┃ ┗ 📜icons.tsx
┣ 📂components
┃ ┣ 📂food
┃ ┃ ┣ 📜FilterInfiniteScrollFoodGrid.tsx
┃ ┃ ┣ 📜FoodCardBox.tsx
┃ ┃ ┣ 📜FoodEditButton.tsx
┃ ┃ ┣ 📜FoodEditForm.tsx
┃ ┃ ┣ 📜FoodRegisterForm.tsx
┃ ┃ ┣ 📜FoodReviewPhoto.tsx
┃ ┃ ┣ 📜FoodTagButton.tsx
┃ ┃ ┣ 📜FooterFoodReview.tsx
┃ ┃ ┣ 📜HeaderFoodReview.tsx
┃ ┃ ┣ 📜InfoCard.tsx
┃ ┃ ┗ 📜SearchFilterScrollFoodGrid.tsx
┃ ┣ 📂landing
┃ ┃ ┣ 📜FoodInfoGrid.tsx
┃ ┃ ┣ 📜MachingCardBox.tsx
┃ ┃ ┗ 📜MatchingCard.tsx
┃ ┣ 📂login
┃ ┃ ┗ 📜Loginform.tsx
┃ ┣ 📂matching
┃ ┃ ┣ 📂scrap
┃ ┃ ┃ ┗ 📜ScrapButton.tsx
┃ ┃ ┣ 📜CardBox.tsx
┃ ┃ ┣ 📜FilterInfiniteScrollGrid.tsx
┃ ┃ ┣ 📜InfiniteScrollGrid.tsx
┃ ┃ ┣ 📜MatchingEditForm.tsx
┃ ┃ ┣ 📜MatchingInterestRegister.tsx
┃ ┃ ┣ 📜MatchingWritingForm.tsx
┃ ┃ ┗ 📜SpecificMatchingForm.tsx
┃ ┣ 📂mypage
┃ ┃ ┣ 📜EditUserInfoBox.tsx
┃ ┃ ┣ 📜MatchingPostUserInfo.tsx
┃ ┃ ┣ 📜MatchingScrapUserInfo.tsx
┃ ┃ ┗ 📜ViewUserInfoBox.tsx
┃ ┣ 📂signup
┃ ┃ ┣ 📜SignUpAccountForm.tsx
┃ ┃ ┗ 📜SignUpInfoForm.tsx
┃ ┗ 📂utils
┃ ┃ ┣ 📜FineGoogleMap.tsx
┃ ┃ ┣ 📜GoogleMapSearch.tsx
┃ ┃ ┣ 📜HeaderCompo.tsx
┃ ┃ ┣ 📜PhotoProp.tsx
┃ ┃ ┣ 📜StarEvaluation.tsx
┃ ┃ ┣ 📜StarInput.tsx
┃ ┃ ┗ 📜StarRating.tsx
┣ 📂hooks
┃ ┣ 📜interestArray.tsx
┃ ┣ 📜useCheckMine.tsx
┃ ┣ 📜useGetLanguage.tsx
┃ ┣ 📜useGetMatchingProps.tsx
┃ ┣ 📜useGetReviewProps.tsx
┃ ┣ 📜useGetToken.tsx
┃ ┗ 📜useRoutePageFunc.tsx
┣ 📂locales
┃ ┣ 📂en
┃ ┃ ┗ 📜translation.json
┃ ┣ 📂ko
┃ ┃ ┗ 📜translation.json
┃ ┗ 📜i18n.ts
┣ 📂pages
┃ ┣ 📂food
┃ ┃ ┣ 📜FoodEdit.tsx
┃ ┃ ┣ 📜FoodMain.tsx
┃ ┃ ┣ 📜FoodRegister.tsx
┃ ┃ ┣ 📜FoodReview.tsx
┃ ┃ ┣ 📜FoodReviewMain.tsx
┃ ┃ ┗ 📜FoodSearch.tsx
┃ ┣ 📜EditMatching.tsx
┃ ┣ 📜Landing.tsx
┃ ┣ 📜Login.tsx
┃ ┣ 📜Matching.tsx
┃ ┣ 📜MatchingMain.tsx
┃ ┣ 📜MatchingPageWrapper.tsx
┃ ┣ 📜MyPage.tsx
┃ ┣ 📜RegisterMatching.tsx
┃ ┣ 📜SignupAccount.tsx
┃ ┗ 📜SignupInfo.tsx
┣ 📂store
┃ ┣ 📜atom.tsx
┃ ┣ 📜jsonURL.ts
┃ ┣ 📜optiondata.tsx
┃ ┣ 📜regExp.ts
┃ ┗ 📜tagoptionData.tsx
┣ 📂styles
┃ ┣ 📜MatchingStyle.ts
┃ ┗ 📜loginFontStyle.ts
┣ 📜App.css
┣ 📜App.tsx
┣ 📜index.css
┣ 📜main.tsx
┣ 📜router.tsx
┗ 📜vite-env.d.ts

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages