Giter VIP home page Giter VIP logo

movie-search-app's Introduction

8월 26일 작업

1. about 페이지 만들기

image

2. 페이지 url 경로에 주소를 잘 못 입력했을 때 생기는 404에러 페이지 생성.

image

8월 24/25일 작업

영화를 검색하고, 내용을 보고싶은 영화를 클릭하면 상세 설명 페이지가 나오도록 작업.

image

상세 정보를 들어가보면 Search에서 Movies로 변경되는 것 까지 볼 수 있다.

image

~8월23일 작업

1. 검색된 내용이 없을 때 회색박스 안에 text 출력되도록 설정.

image

2. 검색창에 원하는 영화 입력 시 값이 나오기 전까지 로딩 창 뜨도록 설정.

image

3. 검색창에 원하는 영화 입력하고 검색하면 선택한 개수만큼 영화 포스터가 출력.

3-1. 각 포스터의 설명은 backdrop-filter: blur(4px);로 흐리게 만들어 주고,

3-2. 포스터에 마우스를 올리면 :hover:after에 top, bottom, right, left 값을 0으로 주고 border 값을 넣어서 틀을 지정해줬다.

image

4. 고칠내용 : 검색하면 동일한 포스터가 출력이 되는 문제 해결해야 됨.

8/18일, 8/19일 작업

사용되는 언어, 프레임워크는 크게 Vue.js, Bootstrap, scss 등을 사용합니다. 영화검색 API는 OMDB API를 사용했습니다.

1. Header 부분 작업, Headline text작업, Search 부분을 구현했습니다.

image

2. 각각 option 부분은 처음에는 movie, serise, episode를 선택할 수 있게 했고, 두번째 부분은 한번에 검색 될 영화의 개수를 지정, 세번째는 2021~1985년까지 년도를 선택할 수 있도록 작업했습니다. 년도는 계속 바뀌므로 new Date().getFullYear()를 사용해서 년도가 바뀌면 자동으로 갱신되도록 구현하였습니다.

3. axios의 get 방식을 이용해서 예를들면 frozen(겨울왕국)을 검색하면 실제로 포스터가 출력되지는 않지만, 데이터가 전달 되도록 했습니다.

image

8월20일 작업

1. 영화를 검색하고 10/20/30중 하나를 누르면 해당 개수만큼 영화가 출력되도록 구현했습니다.

image

2. 추가적으로 값을 검색하면 겹치는 값이 생기지 않도록 각각의 데이터들을 고유 값으로 지정해줬습니다.

직접 omdb의 서버를 수정할 수 없으므로 lodash API에서 UniqBy라는 기능을 사용했습니다.

movie-search-app's People

Contributors

jgy4419 avatar

Stargazers

Lee avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.