Skip to content

🍽️ 냉집사 κ΄€λ¦¬μž νŽ˜μ΄μ§€

Notifications You must be signed in to change notification settings

IceButler/IceButler_Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0a893d6 Β· Sep 19, 2023
May 4, 2023
May 27, 2023
Jun 6, 2023
May 22, 2023
Sep 19, 2023
May 4, 2023
Jun 5, 2023
Jun 4, 2023
Jun 4, 2023

Repository files navigation

IceButler_Web

냉μž₯κ³ λ₯Ό μ§€μΌœμ£ΌλŠ” λ‚˜λ§Œμ˜ μ§‘μ‚¬πŸ˜Ί


Tech Stack

FrontEnd

Deploy

Develop Tool



Project Architecture

Frame 1034


Project Structure

Details
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json
β”œβ”€β”€ public
β”‚   β”œβ”€β”€ favicon.ico
β”‚   β”œβ”€β”€ index.html
β”‚   β”œβ”€β”€ logo192.png
β”‚   β”œβ”€β”€ logo512.png
β”‚   └── manifest.json
└── src
    β”œβ”€β”€ App.css
    β”œβ”€β”€ App.js
    β”œβ”€β”€ assets
    β”‚   β”œβ”€β”€ fonts
    β”‚   β”‚   β”œβ”€β”€ NanumSquareB.woff
    β”‚   β”‚   β”œβ”€β”€ NanumSquareR.woff
    β”‚   β”‚   └── font.css
    β”‚   └── images
    β”‚       β”œβ”€β”€ blueLogo1024.png
    β”‚       β”œβ”€β”€ food
    β”‚       β”‚   β”œβ”€β”€ edit.png
    β”‚       β”‚   β”œβ”€β”€ search.png
    β”‚       β”‚   └── trash.png
    β”‚       β”œβ”€β”€ login
    β”‚       β”‚   β”œβ”€β”€ done.png
    β”‚       β”‚   β”œβ”€β”€ hide.png
    β”‚       β”‚   β”œβ”€β”€ notDone.png
    β”‚       β”‚   └── view.png
    β”‚       β”œβ”€β”€ moreIcon.png
    β”‚       β”œβ”€β”€ send.png
    β”‚       β”œβ”€β”€ sidebarIcon
    β”‚       β”‚   β”œβ”€β”€ foodActive.png
    β”‚       β”‚   β”œβ”€β”€ foodInactive.png
    β”‚       β”‚   β”œβ”€β”€ logout.png
    β”‚       β”‚   β”œβ”€β”€ reportActive.png
    β”‚       β”‚   β”œβ”€β”€ reportInactive.png
    β”‚       β”‚   β”œβ”€β”€ settingActive.png
    β”‚       β”‚   β”œβ”€β”€ settingInactive.png
    β”‚       β”‚   β”œβ”€β”€ toggleActive.png
    β”‚       β”‚   β”œβ”€β”€ toggleInactive.png
    β”‚       β”‚   β”œβ”€β”€ userActive.png
    β”‚       β”‚   └── userInactive.png
    β”‚       β”œβ”€β”€ user
    β”‚       β”‚   β”œβ”€β”€ email.png
    β”‚       β”‚   └── withdraw.png
    β”‚       β”œβ”€β”€ whiteLogo192.png
    β”‚       └── whiteLogo512.png
    β”œβ”€β”€ components
    β”‚   β”œβ”€β”€ Paging.css
    β”‚   β”œβ”€β”€ Paging.js
    β”‚   └── Sidebar
    β”‚       β”œβ”€β”€ Sidebar.css
    β”‚       └── Sidebar.js
    β”œβ”€β”€ index.css
    β”œβ”€β”€ index.js
    β”œβ”€β”€ pages
    β”‚   β”œβ”€β”€ Email
    β”‚   β”‚   β”œβ”€β”€ Email.css
    β”‚   β”‚   β”œβ”€β”€ Email.js
    β”‚   β”‚   └── WithdrawEmail.js
    β”‚   β”œβ”€β”€ FoodManage
    β”‚   β”‚   β”œβ”€β”€ FoodManage.css
    β”‚   β”‚   β”œβ”€β”€ FoodManage.js
    β”‚   β”‚   └── FoodTr.js
    β”‚   β”œβ”€β”€ Login
    β”‚   β”‚   β”œβ”€β”€ Login.css
    β”‚   β”‚   └── Login.js
    β”‚   β”œβ”€β”€ ReportManage
    β”‚   β”‚   β”œβ”€β”€ CompleteReportManage.js
    β”‚   β”‚   β”œβ”€β”€ ReportDetail
    β”‚   β”‚   β”‚   β”œβ”€β”€ RecipeFoodLi.css
    β”‚   β”‚   β”‚   β”œβ”€β”€ RecipeFoodLi.js
    β”‚   β”‚   β”‚   β”œβ”€β”€ RecipeTr.css
    β”‚   β”‚   β”‚   β”œβ”€β”€ RecipeTr.js
    β”‚   β”‚   β”‚   β”œβ”€β”€ ReportDetail.css
    β”‚   β”‚   β”‚   └── ReportDetail.js
    β”‚   β”‚   β”œβ”€β”€ ReportManage.css
    β”‚   β”‚   β”œβ”€β”€ ReportManage.js
    β”‚   β”‚   └── ReportTr.js
    β”‚   └── UserManage
    β”‚       β”œβ”€β”€ UserManage.js
    β”‚       β”œβ”€β”€ UserTr.js
    β”‚       β”œβ”€β”€ WithdrawUserManage.css
    β”‚       β”œβ”€β”€ WithdrawUserManage.js
    β”‚       └── WithdrawUserTr.js
    └── setupProxy.js



Commit/PR Convention

Commit

#1 feat: 일정 등둝 API μΆ”κ°€
  • #이슈번호 νƒ€μž…: 컀밋 μ„€λͺ…

Pull Request

[feature/1-create-calender] 일정 등둝
  • [브랜치λͺ…] μ„€λͺ…

Branch Strategy

  • main
    • 배포 이λ ₯ 관리 λͺ©μ 
  • develop
    • feature λ³‘ν•©μš© 브랜치
    • 배포 μ „ 병합 브랜치
  • feature
    • develop 브랜치λ₯Ό 베이슀둜 κΈ°λŠ₯λ³„λ‘œ feature 브랜치 생성해 개발
  • test
    • ν…ŒμŠ€νŠΈκ°€ ν•„μš”ν•œ μ½”λ“œμš© 브랜치
  • fix
    • 배포 ν›„ 버그 λ°œμƒ μ‹œ 버그 μˆ˜μ •

  • feature branch의 경우, κΈ°λŠ₯λͺ…/이슈번호-κΈ°λŠ₯μ„€λͺ… ν˜•νƒœλ‘œ μž‘μ„±
feature/7-desserts-patchDessert

Member

λ°•μ„œμ—° λ°•μ†Œμ • μž₯채은
PM &
Web Developer
PM &
Web Developer
Web Developer