Skip to content

Commit

Permalink
Merge pull request #34 from Mridul2820/update-site
Browse files Browse the repository at this point in the history
Readme Update
  • Loading branch information
Mridul2820 authored Jun 11, 2022
2 parents 649c6b7 + b2e1d68 commit eef62da
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 14 deletions.
38 changes: 25 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,6 @@ Required to install and run the software:
* [NPM](https://www.npmjs.com/get-npm)
* [Firebase](https://firebase.google.com/)

## SnapShots 💻
### Login Page
<img src="/public/screenshots/login-page.jpg" align="center"/>

### Trending Page
<img src="/public/screenshots/trending-page.jpg" align="center"/>

### Search Page
<img src="/public/screenshots/search-page.jpg" align="center"/>

<br />

## Run Locally 🚀
1. Clone the respository locally
```
Expand Down Expand Up @@ -112,4 +100,28 @@ npm start
## How to contribute? 💻
<a href="CONTRIBUTING.md">Contributing Guide</a>

## All the best! 🥇
## SnapShots 💻
### Login Page
<img src="/public/screenshots/login-page.jpg" align="center"/>

### Trending Page
<img src="/public/screenshots/trending-page.jpg" align="center"/>

### Movie Discover
<img src="/public/screenshots/movie-discover.jpg" align="center"/>

### Series Discover
<img src="/public/screenshots/series-discover.jpg" align="center"/>

### Detail Page
<img src="/public/screenshots/detail-page.jpg" align="center"/>

### Search Page
<img src="/public/screenshots/search-page.jpg" align="center"/>


### Trending Persons
<img src="/public/screenshots/trending-persons.jpg" align="center"/>

### Person Detail
<img src="/public/screenshots/person-detail.jpg" align="center"/>
Binary file added public/screenshots/detail-page.jpg
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 public/screenshots/login-page.jpg
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 public/screenshots/movie-discover.jpg
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 public/screenshots/person-detail.jpg
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 public/screenshots/search-page.jpg
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 public/screenshots/series-discover.jpg
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 public/screenshots/trending-page.jpg
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 public/screenshots/trending-persons.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/search/MovieTVSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const MovieTVSearch = () => {
{searchText && contents.results.length > 0 ? (
<>
<p className="text-center text-slate-500 mt-3">
Found <b>{contents.total_results} Result(s)</b> with{' '}
Found <b>{contents.total_results} Result(s)</b>
</p>
<ContentGrid items={contents.results} media_type={type} />
</>
Expand Down

1 comment on commit eef62da

@vercel
Copy link

@vercel vercel bot commented on eef62da Jun 11, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.