Skip to content

Commit

Permalink
README.md 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kyungmin6937 committed Mar 18, 2022
1 parent 5613ae7 commit 60c157a
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# react-movie-service

##### It is a movie service that provides information on various movies.

- 평점 8점 이상의 영화 API 받아와서 영화 정보 관련 소개
- 페이지 Route
- PropType로 데이터 검사
- Grid 사용
- 반응형 웹

## 🛠 Tech Stack

<img src="https://img.shields.io/badge/React-61DAFB?style=flat-square&logo=React&logoColor=white"/> <img src="https://img.shields.io/badge/CSS3-1572B6?style=flat-square&logo=CSS3&logoColor=white"/>

## 🗂 Structure

```bash
src
├── conponents
│ ├── Elements.js
│ ├── Elements.module.css
│ ├── Movie.js
│ └── Movie.module.css
├── routes
│ ├── Detail.js
│ ├── Detail.module.css
│ ├── Home.js
│ └── Home.module.css
├── App.js
├── index.js
└── styles.css
```

## API

https://yts.mx/api/v2/list_movies.json?minimum_rating=8.5&sort_by=year

## 👀

<img src="img/movie.gif">

---
Binary file added img/movie.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified node_modules/.cache/default-development/2.pack
Binary file not shown.
Binary file modified node_modules/.cache/default-development/3.pack
Binary file not shown.
Binary file modified node_modules/.cache/default-development/4.pack
Binary file not shown.
Binary file modified node_modules/.cache/default-development/index.pack
Binary file not shown.
Binary file modified node_modules/.cache/default-development/index.pack.old
Binary file not shown.

0 comments on commit 60c157a

Please sign in to comment.