[Project1~3/정예원] Colors, Hex colors gradient, Random quote generator#4
Open
Yeewon wants to merge 4 commits intoprgrms-web-devcourse:mainfrom
Open
[Project1~3/정예원] Colors, Hex colors gradient, Random quote generator#4Yeewon wants to merge 4 commits intoprgrms-web-devcourse:mainfrom
Yeewon wants to merge 4 commits intoprgrms-web-devcourse:mainfrom
Conversation
Collaborator
|
예원님~ 코드 잘 보고 갑니다! 되게 깔끔하네요ㅎㅎ 그리구 PR 올려주신 브랜치가 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
1. [project1] Colors 과제 설명
Colors
👩💻 요구 사항과 구현 내용
1. 버튼 정 가운데 배치
2. 버튼 클릭하면 배경색이 랜덤으로 변경
랜덤으로
colorCode를 생성해background-color를 바꿔준다.2. [project2] Hex colors gradient 과제 설명
Hex colors gradient
👩💻 요구 사항과 구현 내용
1. 배경 그라데이션
랜덤으로 두가지 색상을 뽑아서 그라데이션을 표현한다.
selectRandomColor: 랜덤으로 색상을 뽑아주는 함수linear-gradient를 사용하여 그라데이션을 표현2. 글자 색상 변경 애니메이션
3. [project3] Random quote generator 과제 설명
Random quote generator
👩💻 요구 사항과 구현 내용
1. 배경 그라데이션
2. 명언 랜덤으로 보여주기
명언 API 사용