Skip to content

Sang-minKIM/fe-react-todo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structure

💻 Tech Stack

  • javascript
  • React
  • SCSS
  • Proptypes
  • vite

📜 Git Convention

commit convention

  • feat: 기능 구현
  • fix: 버그 수정
  • refactor: 코드 리팩토링
  • style: 코드 스타일 및 css 수정
  • docs: 문서 작성 및 수정
  • rename: 폴더 명 또는 파일 명 변경
  • chore: 빌드파일 수정 등 기타 코드 변경

commit message

영어로 작성

https://blog.ull.im/engineering/2019/03/10/logs-on-git.html

⌨️ 코드 컨벤션

  • 기본적으로 카멜케이스 지향
  • 변수명은 명사 지향
  • 함수는 동사 + 명사
  • 상수는 대문자 명사, 띄어쓰기는 언더스코어
  • HTML semantic tag 사용(div, span 지양)

css 속성 순서

  1. display
  2. position
  3. width / height
  4. padding / margin
  5. border / background
  6. color / font
  7. text-decoration
  8. text-align / vertical-align
  9. other text
  10. content

About

프론트엔드 개발 React 미션

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.8%
  • SCSS 24.2%
  • CSS 9.2%
  • HTML 4.8%