-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[6주차] Team 엔젤브릿지 권혜인 & 이가빈 미션 제출합니다. #11
Open
billy0904
wants to merge
69
commits into
CEOS-Developers:main
Choose a base branch
from
Netflix-Clone-CEOS:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
2d3a990
init: yarn create next-app
hae2ni d4f3afe
init: yarn add prettierrc, eslint
hae2ni b64ace2
init: yarn add vanila extract
hae2ni 2c80c1e
init: 폴도 구조
hae2ni 22c36ae
init: zustand
hae2ni f591fda
init: public 폴더구조
hae2ni f7b88b2
init: vanila extract font
hae2ni 3cb0329
init: reset.css
hae2ni 07c2a64
init: layout, page 설정
hae2ni 5d0b524
Chore: prettier 설정 수정
billy0904 0dce2b1
Fix: main dev 충돌 수정
billy0904 b1677bd
init: global.css import 삭제
hae2ni 8aef941
Merge branch 'main' of https://github.com/Netflix-Clone-CEOS/next-net…
hae2ni 0329bb9
init: font 설정
hae2ni a384ff3
fix: 오타 수정
hae2ni 5421f05
Feat: NavBar 구현 및 라우팅
billy0904 d4bd903
docs: nextflixLandingJson
hae2ni caa427a
docs: add lottie-react
hae2ni e60b064
feat: Landing animation
hae2ni 402d621
feat: add router (after finishing animation, directly to home page)
hae2ni 76529a0
feat: Landing page 구현
hae2ni bf05090
Feat: TopTen 컴포넌트
billy0904 859345c
Feat: PlayBar 컴포넌트
billy0904 0774829
Merge pull request #1 from Netflix-Clone-CEOS/haein_landing
billy0904 9b7d5c5
Add: axios 설치
billy0904 b8ea77f
Merge branch 'develop'
billy0904 dfa28f7
Feat: 영화 콘텐츠 api 연결
billy0904 cafb48e
Feat: 메인 페이지 API 연결 완료
billy0904 335d432
Merge pull request #2 from Netflix-Clone-CEOS/gabin
billy0904 d747323
Merge branch 'develop'
billy0904 95918d7
Chore: 프리티어 주석처리
billy0904 61cd1b5
fix: prettier 배포 에러 해결
hae2ni 2f80f36
fix: prettier ignore
hae2ni 1f1bd64
fix: eslint error
hae2ni f3a1d98
feat: Landing page
hae2ni 58aee6d
fix: prettier error
hae2ni b438644
feat: Landing page 이후 home page 나오도록 설정
hae2ni e053fdd
etc: keep 파일 제거
hae2ni 42b7d0d
assets: svg 파일 추가
hae2ni 749ceb2
feat: search페이지 각 컴포넌트 개발
hae2ni 4049bfe
etc: delete keep file
hae2ni 42aa7da
assets: add playbutton svg
hae2ni ee26d4b
feat: more page components
hae2ni 5253779
etc: 폴더 이름 변경
hae2ni 83088cc
etc: 폴더 이름 변경 more->detail
hae2ni 8908e3a
etc: 파일 정리
hae2ni c6fca99
feat: search api 패칭
hae2ni 7678abe
feat: search page
hae2ni c5ea17f
feat: layout 정리
hae2ni 61a6963
feat: css 수정
hae2ni 1b423a5
feat: link 태그로 detail 세부 페이지 router 설정
hae2ni 667ff4a
etc: 쓸모없는 파일 삭제
hae2ni f7699ab
etc: style 파일
hae2ni db3dc11
feat: detail page
hae2ni 927f077
feat: interface 옮기기
hae2ni 378d2da
feat: css 처리
hae2ni 73234f1
feat: input search 상태 관리
hae2ni 8f3e5f3
feat: 검색 기능 추가
hae2ni b87c0b6
feat: 무한 스크롤 구현
hae2ni 470d0a9
etc: console 삭제
hae2ni 42eb56d
feat: 검색안되는 오류 정리 및 무한 스크롤구현취소
hae2ni d5592ac
Merge pull request #3 from Netflix-Clone-CEOS/fix_deployerror
billy0904 6f02044
Merge pull request #4 from Netflix-Clone-CEOS/haein_search
billy0904 899f6c6
Merge branch 'develop'
billy0904 8a71fe2
Merge branch 'main' into main
hae2ni ac9a016
fix: fix deploy bug
hae2ni 2e8a8d3
Merge pull request #5 from Netflix-Clone-CEOS/develop
hae2ni 79b4ff3
fix: fix deploy error
hae2ni ed6b297
Merge pull request #6 from Netflix-Clone-CEOS/develop
hae2ni File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// .eslintrc.js | ||
module.exports = { | ||
extends: [ | ||
"eslint:recommended", | ||
'next/core-web-vitals', | ||
'plugin:@typescript-eslint/recommended', // 타입스크립트 관련 규칙 추가 | ||
'plugin:prettier/recommended', // Prettier와 ESLint를 함께 사용하도록 설정 | ||
], | ||
parser: "@typescript-eslint/parser", | ||
plugins: ["@typescript-eslint"], | ||
rules: { | ||
// 여기에 원하는 추가 규칙을 설정하귀,,, | ||
"prettier/prettier": ["error", { endOfLine: "auto" }], | ||
}, | ||
}; |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"extends": ["next/core-web-vitals", "next/typescript"] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.* | ||
.yarn/* | ||
!.yarn/patches | ||
!.yarn/plugins | ||
!.yarn/releases | ||
!.yarn/versions | ||
|
||
# testing | ||
/coverage | ||
|
||
# next.js | ||
/.next/ | ||
/out/ | ||
|
||
# production | ||
/build | ||
|
||
# misc | ||
.DS_Store | ||
*.pem | ||
|
||
# debug | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# env files (can opt-in for commiting if needed) | ||
.env* | ||
|
||
# vercel | ||
.vercel | ||
|
||
# typescript | ||
*.tsbuildinfo | ||
next-env.d.ts |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"semi": true, | ||
"singleQuote": true, | ||
"tabWidth": 2, | ||
"trailingComma": "all" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app). | ||
|
||
## Getting Started | ||
|
||
First, run the development server: | ||
|
||
```bash | ||
npm run dev | ||
# or | ||
yarn dev | ||
# or | ||
pnpm dev | ||
# or | ||
bun dev | ||
``` | ||
|
||
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. | ||
|
||
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. | ||
|
||
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel. | ||
|
||
## Learn More | ||
|
||
To learn more about Next.js, take a look at the following resources: | ||
|
||
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. | ||
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. | ||
|
||
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome! | ||
|
||
## Deploy on Vercel | ||
|
||
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. | ||
|
||
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import type { NextConfig } from 'next' | ||
|
||
const { createVanillaExtractPlugin } = require('@vanilla-extract/next-plugin') | ||
const withVanillaExtract = createVanillaExtractPlugin() | ||
|
||
/** @type {import('next').NextConfig} */ | ||
const nextConfig = { | ||
reactStrictMode: true, | ||
images: { | ||
domains: ['image.tmdb.org'], | ||
}, | ||
}; | ||
|
||
module.exports = withVanillaExtract(nextConfig) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"name": "netflix", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint" | ||
}, | ||
"dependencies": { | ||
"@lottiefiles/react-lottie-player": "^3.5.4", | ||
"@vanilla-extract/css": "^1.16.0", | ||
"axios": "^1.7.7", | ||
"l": "^0.6.0", | ||
"lottie-react": "^2.4.0", | ||
"next": "15.0.2", | ||
"react": "19.0.0-rc-02c0e824-20241028", | ||
"react-dom": "19.0.0-rc-02c0e824-20241028", | ||
"zustand": "^5.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20", | ||
"@types/react": "^18", | ||
"@types/react-dom": "^18", | ||
"@typescript-eslint/eslint-plugin": "^8.13.0", | ||
"@typescript-eslint/parser": "^8.13.0", | ||
"@vanilla-extract/next-plugin": "^2.4.6", | ||
"eslint": "^9.14.0", | ||
"eslint-config-next": "^15.0.2", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"postcss": "^8", | ||
"prettier": "^3.3.3", | ||
"tailwindcss": "^3.4.1", | ||
"typescript": "^5" | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** @type {import('postcss-load-config').Config} */ | ||
const config = { | ||
plugins: { | ||
tailwindcss: {}, | ||
}, | ||
}; | ||
|
||
export default config; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
흠냐링 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아니 이거 안지웠네..ㅋㅋ