/netflix-clone

[SOPT] Design-Client-Server Part Seminar

Primary LanguageJavaScript

Logo

Netflix-Clone


πŸ“‘ 레포 μ†Œκ°œ

  • SOPT 27κΈ° μ›Ή 파트 λ””μžμΈ-ν΄λΌμ΄μ–ΈνŠΈ 합동 μ„Έλ―Έλ‚˜ μ½”λ“œ 정리 λ ˆν¬μž…λ‹ˆλ‹€.

  • Reactλ₯Ό ν™œμš©ν•˜μ—¬ Netflix 메인 νŽ˜μ΄μ§€μ™€ 상세 νŽ˜μ΄μ§€ 클둠을 μ§„ν–‰ν–ˆμŠ΅λ‹ˆλ‹€.

✨ μ£Όμš” κΈ°λŠ₯

πŸ“½ Main

Main

πŸ’‘ Main

  • [1] 메인 μ˜μƒ 상단에 ν‘œμ‹œ

  • [2] μ˜μƒ ν΄λ¦­ν•˜λ©΄ ν•΄λ‹Ή 유튜브둜 이동

πŸ“½ Detail

Detail

πŸ’‘ Detail

  • [1] μ‹œμ¦Œ λ²„νŠΌμ„ μ„ νƒν•˜μ—¬ 이동

  • [2] 마우슀 hoverλ₯Ό 톡해 λ“±μž₯ 인물 ν‘œμ‹œ

πŸ—‚ ν”„λ‘œμ νŠΈ ꡬ쑰

src
 ┣ assets
 ┃ ┣ detailheadericon
 ┃ ┃ ┣ btn_sqcheck_pressed.svg
 ┃ ┃ ┣ ...
 ┃ ┃ β”— btn_sqtu_unpressed.svg
 ┃ ┣ detailinformation
 ┃ ┃ ┣ btn_leftmore.svg
 ┃ ┃ ┣ ...
 ┃ ┃ β”— maturity_graph.svg
 ┃ ┣ homeheadericon
 ┃ ┃ ┣ btn_gift.png
 ┃ ┃ ┣ ...
 ┃ ┃ β”— netflix_logo.png
 ┃ ┣ homemenuicon
 ┃ ┃ β”— ic_search.png
 ┃ ┣ homerowicon
 ┃ ┃ ┣ ic_netflix_symbol.svg
 ┃ ┃ β”— img_top10.svg
 ┃ ┣ mute
 ┃ ┃ ┣ btn_sndoff.svg
 ┃ ┃ β”— btn_sndon.svg
 ┃ ┣ seasonicon
 ┃ ┃ ┣ bottomArrow.svg
 ┃ ┃ β”— seasonPlayButton.svg
 ┃ ┣ watchinglevel
 ┃ ┃ ┣ ic_all.svg
 ┃ ┃ ┣ ...
 ┃ ┃ β”— ic_twelve.svg
 ┃ ┣ closebutton.svg
 ┃ ┣ download.svg
 ┃ β”— Play.svg
 ┣ components
 ┃ ┣ common
 ┃ ┃ ┣ BlankTop.js
 ┃ ┃ ┣ ...
 ┃ ┃ β”— Tttle.js
 ┃ ┣ detail
 ┃ ┃ ┣ detailInformation
 ┃ ┃ ┃ ┣ footer
 ┃ ┃ ┃ ┃ ┣ FooterInner.js
 ┃ ┃ ┃ ┃ β”— FooterLeft.js
 ┃ ┃ ┃ ┣ DetailInformation.js
 ┃ ┃ ┃ ┣ ...
 ┃ ┃ ┃ β”— RightMoreButton.js
 ┃ ┃ ┣ information
 ┃ ┃ ┃ ┣ InformationContent.js
 ┃ ┃ ┃ β”— InformationWrap.js
 ┃ ┃ ┣ maincombine
 ┃ ┃ ┃ ┣ recommend
 ┃ ┃ ┃ ┃ ┣ DesktopRecommendCard.js
 ┃ ┃ ┃ ┃ ┣ ...
 ┃ ┃ ┃ ┃ β”— RecommendCombine.js
 ┃ ┃ ┃ ┣ season
 ┃ ┃ ┃ ┃ ┣ header
 ┃ ┃ ┃ ┃ ┃ ┣ SeasonHeaderLeftWrap.js
 ┃ ┃ ┃ ┃ ┃ ┣ SeasonHeaderWrap.js
 ┃ ┃ ┃ ┃ ┃ β”— SeasonNav.js
 ┃ ┃ ┃ ┃ ┣ DesktopPlayerCard.js
 ┃ ┃ ┃ ┃ ┣ ...
 ┃ ┃ ┃ ┃ β”— SeasonWrap.js
 ┃ ┃ ┃ ┣ MainCombine.js
 ┃ ┃ ┃ ┣ MobileMainNav.js
 ┃ ┃ ┃ β”— MoreButton.js
 ┃ ┃ ┣ player
 ┃ ┃ ┃ ┣ footer
 ┃ ┃ ┃ ┃ ┣ FooterCheckBoxDown.js
 ┃ ┃ ┃ ┃ ┣ ...
 ┃ ┃ ┃ ┃ β”— FooterWrap.js
 ┃ ┃ ┃ ┣ header
 ┃ ┃ ┃ ┃ ┣ CloseButton.js
 ┃ ┃ ┃ ┃ ┣ HeadWrap.js
 ┃ ┃ ┃ ┃ β”— WatchingLevel.js
 ┃ ┃ ┃ β”— PlayerWrap.js
 ┃ ┃ ┣ DetailInner.js
 ┃ ┃ ┣ DetailOverlay.js
 ┃ ┃ β”— DetailWrapper.js
 ┃ β”— home
 ┃ ┃ ┣ BannerComponent.js
 ┃ ┃ ┣ ...
 ┃ ┃ β”— RowComponent.js
 ┣ containers
 ┃ ┣ common
 ┃ ┃ β”— MuteButtonContainer.js
 ┃ ┣ detail
 ┃ ┃ ┣ maincombine
 ┃ ┃ ┃ ┣ recommend
 ┃ ┃ ┃ ┃ β”— RecommendCombineContainer.js
 ┃ ┃ ┃ ┣ season
 ┃ ┃ ┃ ┃ β”— SeasonCombineConatainer.js
 ┃ ┃ ┃ β”— MainCombineContainer.js
 ┃ ┃ ┣ player
 ┃ ┃ ┃ ┣ footer
 ┃ ┃ ┃ ┃ ┣ DownContainer.js
 ┃ ┃ ┃ ┃ ┣ ...
 ┃ ┃ ┃ ┃ β”— UpContainer.js
 ┃ ┃ ┃ β”— header
 ┃ ┃ ┃ ┃ β”— CloseButtonContainer.js
 ┃ ┃ β”— DetailWrapperContainer.js
 ┃ β”— home
 ┃ ┃ ┣ BannerContainer.js
 ┃ ┃ ┣ ...
 ┃ ┃ β”— RowContainer.js
 ┣ libs
 ┃ β”— api.js
 ┣ pages
 ┃ ┣ DetailPage.js
 ┃ β”— HomePage.js
 ┣ App.js
 ┣ App.test.js
 ┣ index.css
 ┣ index.js
 ┣ logo.svg
 ┣ reportWebVitals.js
 β”— setupTests.js

πŸ›  μ‚¬μš© 기술 및 라이브러리

Front-End Design Tool
Javascript
React
Figma
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.1.2",
"@testing-library/user-event": "^12.2.2",
"axios": "^0.21.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"styled-components": "^5.2.1",
"web-vitals": "^0.2.4"

πŸ–₯ Local μ‹€ν–‰ 방법

[1] Yarn μ„€μΉ˜

Yarn μ„€μΉ˜ λ°”λ‘œκ°€κΈ°

[2] Clone the Repo

git clone https://github.com/mnxmnz/Netflix-Clone.git
cd Netflix-Clone

[3] Install Packages

yarn

[4] Run the Project

yarn start

πŸ”— SOPT Site