[Project4~7/임경희] The message, Counter, Image Carousel, Digital Clock #25
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 실행 방법
npx serve -s
실행하시면 아래 이미지와 같은 홈 화면이 나옵니다. 각 제목을 클릭하면 각 프로젝트 별 페이지를 확인할 수 있습니다. 헤더의 문구를 클릭하면 홈 화면으로 돌아갑니다.npx serve -s
실행해도 프로젝트마다 실행해볼 수 있습니다.Project 4
Colors커밋 링크: e9368ce
Project 5
Counter커밋 링크: 67240fb
Project 6
Image Carousel커밋 링크: 87f3912
👩💻 구현 내용
현재 보여야 하는 슬라이드를 제외한 슬라이드는 모두
display: none
으로 바꿔주고, 현재 슬라이드만display: block
으로 바꿔서 노출시키는 방식으로 구현했습니다.unsplash API를 이용해 이미지를 랜덤으로 받아와 이미지 슬라이드를 만듭니다.
Project 7
Digital Clock커밋 링크: c91f69b
👩💻 구현 내용