codestates / codestates/rouDDine-client

[ Dev Log] 박지훈 / 2021-07-13

Open
#92 0 comments 0 reactions 0 assignees View on GitHub
Dev-log
Dominant language
JavaScript
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

## 오늘은 어떻게 프로젝트에 기여했나요?

- 패럴랙스 스크롤링 세팅
- nextjs에 fontawesome 사용할수있게 세팅
- nav바 반응형

### 패럴랙스 스크롤링

**_app.js**
_app 폰트어썸

### nextjs에 + fontawesome
![https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0e4c7272-ac2d-4577-971e-fa9d6c1c9c19/_2021-07-13__11.05.44.png](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0e4c7272-ac2d-4577-971e-fa9d6c1c9c19/_2021-07-13__11.05.44.png)

**가져올 아이콘**
font 어썸

fa-bars → faBars
```jsx

//적용할 페이지 or 컴포넌트 에서

import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faBars } from '@fortawesome/free-solid-svg-icons';






```

### 오늘의 프로젝트에서 힘든 점은 무엇인가요?

컨디션 조절

### 내일은 프로젝트에 기여하기 위해 무엇을 해야 하나요?

- [ ] nav바 (+반응형) 완성
- [ ] 타이머 디자인계획, 기능 추가

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.