Skip to content

Commit

Permalink
Update readme with images
Browse files Browse the repository at this point in the history
  • Loading branch information
RonanCodes committed May 7, 2024
1 parent bad7da4 commit 87dca9c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

A simple movie search web application

URL: https://ronancodes.github.io/movie-search/#/search

## Screenshots

![Mobile Search](readme-assets/mobile-search.png)
![Mobile Detail](readme-assets/mobile-detail.png)
![Browser Search](readme-assets/browser-search.png)
![Browser Detail](readme-assets/browser-detail.png)

## Initial Requirements

- 2 views: search (default view) and movie detail
Expand Down
Binary file added readme-assets/browser-detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme-assets/browser-search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme-assets/mobile-detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme-assets/mobile-search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/app/views/movie-detail/movie-detail.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@

grid-gap: 20px;
}

img {
@media (min-width: 1000px) {
width: 300px;
}
}

0 comments on commit 87dca9c

Please sign in to comment.