Skip to content

Commit

Permalink
Update README.md (v0.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhg3410 committed Sep 3, 2024
1 parent 59b0f92 commit dd8a8ca
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Movie
다양한 영화들의 정보를 볼 수 있어요.

다양한 영화들의 정보를 볼 수 있어요.

## Article

[Movie 프로젝트 VideoPlayer Controller](https://jik3410.tistory.com/10)
[Movie 프로젝트 VideoPlayer](https://jik3410.tistory.com/9)
[Movie 프로젝트 edge-to-edge](https://jik3410.tistory.com/6)
Expand All @@ -12,17 +13,29 @@
[Movie 프로젝트 디자인](https://jik3410.tistory.com/2)
[Movie 프로젝트 시작점](https://jik3410.tistory.com/1)


## Screenshots

**Light Theme**
![Light Theme](https://github.com/jhg3410/Movie/assets/80373033/82e460bb-a99a-4b9c-89e6-6b9058702c25)
![Light Theme](https://github.com/user-attachments/assets/d58c231d-7583-4f2a-ad75-b2047cedbcbf)

**Dark Theme**
![Dark Theme](https://github.com/jhg3410/Movie/assets/80373033/df1b00aa-04d8-46c0-b32e-4f60fb31bb58)
![Dark Theme](https://github.com/user-attachments/assets/f6afd762-327a-4ed8-ba9c-14c89b55ed38)

## Videos

| control | background |
|:-------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------:|
| <img width="250" src="https://github.com/user-attachments/assets/c4ccfd0e-0a46-4467-bb2a-8d7119fa57ba"> | <img width="250" src="https://github.com/user-attachments/assets/2222ffa4-4060-45d0-8b70-fdcd425ba0ca"> |

| youtube | mute |
|:-------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------:|
| <img width="250" src="https://github.com/user-attachments/assets/c3c6e251-5376-4acf-83ec-b2953da9da70"> | <img width="250" src="https://github.com/user-attachments/assets/32ee2350-df47-40d9-bd03-81c4e1cfb5cc"> |

## How to build
Add TMDB API KEY in `local.properties`

Add TMDB API KEY in `local.properties`

```
TMDB_API_KEY=YOUR_API_KEY
```

0 comments on commit dd8a8ca

Please sign in to comment.