Javascript
React
Octokit
Styled-Components
GitHubμ Public Repositorμ Issueλ€μ λͺ¨μλ³Ό μ μμ΅λλ€.
- Repository κ²μ
- κ²μλ Public Repository λ±λ‘(μ΅λ 4κ°, 4κ°μ΄μ μ΄κ³Ό λ±λ‘μ μλ¦Ό)
- λ±λ‘λ Public Repository μμ
- λ±λ‘λ κ°κ°μ Public Repositoryμ issue λͺ¨μ보기(νμ΄μ§λ€μ΄μ )
βββ public/
βββ src/
β βββ components/ - page components
β βββ hooks/ - custom hook(toggle, input)
β βββ pages/ - routed pagesc
β βββ utils/ - octokit setting
β
βββ App.js - page routing
βββ index.js - entry point
βββ README.md - 리λλ―Έ(ν리뷰, λ°°ν¬λ§ν¬, μ½λ컨벀μ
)
βββ package.json - μ¬μ© package λͺ©λ‘
clone
the repository,
$ git clone "https://github.com/wanted-Team4/wanted-codestates-project-4-1.git"
Install
dependencies,
$ npm install
Setting
prettier,
$ npx prettier --write .
start
the project,
$ npm start
emoji | commit message | when to use it |
---|---|---|
π | start | νλ‘μ νΈ μμ |
β¨ | feat | μλ‘μ΄ κΈ°λ₯ μΆκ° |
π | fix | λ²κ·Έ μμ |
β»οΈ | refactor | μ½λ 리ν©ν°λ§ |
π | style | μ€νμΌ μΆκ° λ° μ λ°μ΄νΈ |
π¦ | chore | ν¨ν€μ§ μΆκ° λ° μ λ°μ΄νΈ |
π | docs | κ·Έ μΈ λ¬Έμ μΆκ° λ° μ λ°μ΄νΈ |