codestates / codestates/LearnRegex

[✍️ DevLog] 연진 / 2021-12-16

Open
#319 0 comments 0 reactions 1 assignee Claimed by @yeonjinkimm View on GitHub
DevLog
Dominant language
JavaScript
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

### 오늘은 어떻게 프로젝트에 기여했나요?
* Home의 InfoSection, SummarySection을 구현했다. SummarySection은 아직 진행중이다.

### 오늘의 프로젝트에서 힘든 점은 무엇인가요?
* 이미지 파일은 모두 images 폴더 말고 public/assets에 넣기로 했다.
public에 있는 이미지 파일을 사용할 땐 아래 img 키 값처럼 환경변수를 사용해서 가져오거나
img 태그에 src 주소를 (public 생략) "assets/파일명" 이런식으로 가져올 수 있다.
```js
export const homeObjOne = {
id: 'tutorial',
whiteBg: true,
topLine: '학습하기 Tutorial',
heading: '단계별 학습으로 정규표현식과 친해져요',
description: '내가 입력하는 정규표현식에 따라 match & skip 학습하기 학습하기 학습하기 학습하기 학습하기 학습하기 학습하기 학습하기 학습하기 학습하기 학습하기 학습하기',
buttonLabel: '학습하기 페이지로',
imgStart: false,
img: `${process.env.PUBLIC_URL}/assets/svg-1.svg`,
alt: 'tutorial',
link: '/tutorial',
};
```
```js

```
### 내일은 프로젝트에 기여하기 위해 무엇을 해야 하나요?
* [ ] Home의 스크롤 효과 추가하기
* [ ] SummarytSection 마무리하기
* [ ] Sidebar CSS 수정하기
* [ ] SubNavigation CSS 수정하기

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.