Skip to content

Gachon univ. dept of software Graduation work FE Repository

Notifications You must be signed in to change notification settings

LPilogue/LPilogue-FE

Repository files navigation

📃 커밋 컨벤션 📃

  • feat: 새로운 기능 추가
  • fix: 버그를 고친 경우
  • style: 코드 포맷 변경
  • refactor: 코드 리팩토링
  • docs: 문서 작성
  • rename: 파일, 클래스, 메서드명, 폴더명 수정
  • chore: 설정 파일 등

📁 폴더 구조 📁

└─ src
 ├─ components [재사용 가능한 컴포넌트(버튼 등)]
 ├─ assets
    ├─ images [이미지 파일]
    └─ font [폰트 파일]
 ├─ hook [커스텀 훅]
 ├─ pages [라우팅에 필요한 페이지]
 ├─ api [api 관련 로직]
 ├─ utils [공통으로 사용되는 함수]
 ├─ App.js
 └─ index.js

About

Gachon univ. dept of software Graduation work FE Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published