Skip to content

rnintai/2021-fall-jeju-campaign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2021 가을 인생제주 캠페인

By Kim, Min tae

3주차

작업 순서

Untitled

  • Home , LocationsTickets 컴포넌트 생성.
    Link

Untitled

Untitled

Untitled

  • HomeLocation 의 마크업 및 CSS 작성
    Link1, Link2

Untitled

  • styled-component를 파일을 분리하여 작성하는 방법으로 Home 컴포넌트 구현. 이전에 한 파일에 통으로 작성한 Location 컴포넌트를 분리하는 리팩토링 작업.
    Link1, Link2, Link3

Untitled

Untitled

Untitled

  • Tickets컴포넌트의 마크업 및 CSS 작성
    Link

Untitled

Untitled

  • Tickets 컴포넌트에서 티켓 할인 여부 따라 달리 표시해주는 로직 구현.
    Link

Untitled

function DiscountRatio({ ratio }) {
  return ratio !== undefined ? (
    <StyledDiscountRatio>{ratio * 100 + "%"}</StyledDiscountRatio>
  ) : null;
}
  • Tickets 컴포넌트에 더 보기 버튼을 추가
    Link

Untitled

Untitled

  • Locations 의 지역 별 관광지의 개수가 4개 이상일 때에 을 표시해주는 로직 구현
    Link

Untitled

  • IntroMap 컴포넌트 생성. (인생제주 포스터, 쉬기좋은 지역별 안내)
    Link1, Link2

Untitled

Untitled

  • Tickets 에서 React Hook 을 이용하여 태그에 따라 티켓들을 표시해주는 로직 구현
    Link1, Link2

Untitled

Untitled

About

2021 가을 인생제주 캠페인

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published