Skip to content
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

KDT5_양준용_2차 과제 제출 RE_4조 #68

Open
wants to merge 59 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
6aa2b5b
.gitignore setting
azure0929 May 2, 2023
a798820
index.html create
azure0929 May 3, 2023
8ee05bd
package.json setting
azure0929 May 3, 2023
9ad28cf
title edit
azure0929 May 3, 2023
4b61857
script.js create
azure0929 May 3, 2023
1d48107
style.css, style.scss create
azure0929 May 3, 2023
64e3f8d
css, script connect
azure0929 May 3, 2023
7e391b7
favicon, cdn, font connect
azure0929 May 3, 2023
1a56ffc
start project
azure0929 May 3, 2023
e76cf97
App.js create
azure0929 May 3, 2023
897bd9a
common css setting
azure0929 May 3, 2023
7b7f383
dev
azure0929 May 3, 2023
4ee0ea1
assets.js create
azure0929 May 3, 2023
7613e01
assets.js setting
azure0929 May 3, 2023
3b6c2f8
Header.js setting
azure0929 May 3, 2023
69e1fd5
App.js setting
azure0929 May 3, 2023
338975e
Header load
azure0929 May 3, 2023
5c1857c
Header design
azure0929 May 3, 2023
4699238
Home.js create
azure0929 May 3, 2023
2d29ba7
index.js setting
azure0929 May 3, 2023
a6c3a56
Home.js setting
azure0929 May 3, 2023
32f3be8
router load
azure0929 May 3, 2023
654b4fe
Home.js Section-Trail-info setting
azure0929 May 3, 2023
a2c4a46
Section-movie-related setting
azure0929 May 3, 2023
2aecef6
Section-best-scene setting
azure0929 May 3, 2023
b3e6537
section-movie-related, section-best-scene setting
azure0929 May 3, 2023
8598b8e
movie.js create
azure0929 May 3, 2023
03ca3fe
movie.js setting
azure0929 May 3, 2023
05c6466
Movieitem.js create
azure0929 May 3, 2023
ab74303
Movieitem.js setting
azure0929 May 3, 2023
24ef067
MovieItems.js create
azure0929 May 3, 2023
c4bfae1
MovieItems.js setting
azure0929 May 3, 2023
4c49de3
MovieItemsMore.js create
azure0929 May 3, 2023
72009a0
MovieItemsMore.js setting
azure0929 May 3, 2023
69fd90f
Search.js create
azure0929 May 3, 2023
6a7ad33
Search.js setting
azure0929 May 3, 2023
ec57ad8
Movie.js create
azure0929 May 3, 2023
6d4354d
Movie.js setting
azure0929 May 3, 2023
34b9242
Movie.js load
azure0929 May 3, 2023
a743726
Movie page setting
azure0929 May 3, 2023
486edf6
skelton loading animation setting
azure0929 May 3, 2023
044e11c
SearchPage.js create
azure0929 May 3, 2023
e94b630
SearchPage.js setting
azure0929 May 3, 2023
2a888d8
SearchPage load
azure0929 May 3, 2023
848db12
SearchPage entire, MovieItemsMore-button setting
azure0929 May 3, 2023
7df938f
Loading Animation setting
azure0929 May 3, 2023
f8ef2b5
Search part setting
azure0929 May 3, 2023
40114a8
MovieItems part setting
azure0929 May 3, 2023
b2d079c
MovieItem part setting
azure0929 May 3, 2023
b74edb5
ScrollTop button setting
azure0929 May 3, 2023
3e4b71d
ScrollTop button setting
azure0929 May 3, 2023
ac3468a
ScrollTop setting
azure0929 May 3, 2023
4433fc6
modify : description content
azure0929 May 3, 2023
d3a4005
Update README.md
azure0929 May 3, 2023
a6f979d
feat : 한 번의 검색으로 영화 목록 20개 출력 기능 추가
azure0929 May 7, 2023
04c8349
Update README.md
azure0929 May 7, 2023
2e418d3
Update README.md
azure0929 May 7, 2023
f0c65cc
docs : 빈 태그에서 /를 붙여 열린 태그와 구분
azure0929 May 7, 2023
96f350d
Update README.md
azure0929 May 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs : 빈 태그에서 /를 붙여 열린 태그와 구분
azure0929 committed May 7, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit f0c65ccb617e32c951909d9b4882023246188bba
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<!-- ICON -->
<link rel="icon" href="https://avatars.githubusercontent.com/u/128226527?s=40&v=4" />
@@ -20,7 +20,7 @@
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@600&family=Roboto:wght@400;700&display=swap" rel="stylesheet" />

<link rel="stylesheet" href="./src/css/style.css" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reset css 와 겹치는 내용이 많은 것 같습니다.
scss파일과 따로 관리하는 이유도 있으신지 궁금한 부분입니다.

<link rel="stylesheet" href="./src/css/style.scss">
<link rel="stylesheet" href="./src/css/style.scss" />
<script type="module" defer src="./src/script.js"></script>

<title>J'S CINEBOX</title>