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.
Styled-Components
를 활용하여, 스타일링을 진행하겠습니다. 이전에, className 또는 inline-style로 진행했더라면, 해당 내용을Styled-Components
로 수정해주세요!root-layout
을 잡아주세요navbar
를 최상단에 먼저 배치해주세요.sidebar
와Outlet
을 가로축으로 배치해주세요.navbar 구현
홈페이지로 ‘/’
이동하여야 합니다.버튼이 hover 되었을 시, 색상이 달라지게 UX를 개선해주세요!
로그인 버튼을 클릭시
‘/login’
페이지로 이동합니다.회원가입 버튼을 클릭시
‘/signup’
페이지로 이동합니다.sidebar 구현
react-icons
라이브러리를 활용하여, 비슷한 아이콘을 활용해주세요!https://react-icons.github.io/react-icons/
찾기 버튼 클릭시,
/search
경로로 이동하며, 아래와 같은 화면을 보이게 해주세요.영화 버튼 클릭시, 아래와 같은 화면이 보이도록 해주세요! 이미지는, 자유롭게 사용하시면 좋습니다!
카테고리 페이지
/movies/now-playing 페이지로 이동
후, 실제NowPlaying 영화 데이터
를 불러오기/movies/popular 페이지로 이동
후,실제 Popular 영화 데이터
를 불러오기/movies/top-rated 페이지로 이동
후, 실제TopRated 영화 데이터
를 불러오기/movies/up-coming 페이지로 이동
후, 실제UpComing 영화 데이터
를 불러오기