This project was bootstrapped with Create React App.
Created with love by: An-Khuong
Let's discover the list of the latest movies, using Movie DB API. This is very similar to Google News clone and was built using React.
Here's a walkthrough of implemented user stories.
To create a GIF, use LiceCap, RecordIt, or Loom, and link the image here in the markdown.
<img src='http://i.imgur.com/link/to/your/gif/file.gif' title='Video Walkthrough' width='' alt='Video Walkthrough' />
The following required functionalities are completed (this is a sample):
- Top navigation bar with dropdown buttons
- The user can see the top 20 "Currently Playing" movies on a page.
- For each movie, the user can see the Movie Title, Year, Rating, and Poster.
- The user can see this information clearly on devices of various screen sizes.
- The user can see "more" movies by tapping a "See More" button at the bottom.
- The site can be acessed from the internet
The following optional features are implemented:
- Add favicon to the page
- The user can enter a term into a search box to filter the currently loaded movies by search term. E.g.; the user can type "mar" and the results are reduced to show "Captain Marvel".
- The user can change the "source" from "Currently Playing" movies to "Top Rated" movies (or any other of the endpoints supplied by MovieDB).
- [] Sort by Rating and Popularity (from Lowest to Highest and Vice Versa)
- [] Have Year, Rating as a slider. Change the display dynamically when the slider is changed. You could use React Input Range package for this task.
The following additional features are implemented:
- [] List anything else that you can get done to improve the page!
- [] Rocket 1: Pagination. Pagination: Replace the "See More" with a page control, with a previous and next Button at the end. Click it will move user to the next 20 (or previous 20) movies. Remember at first load, the Previous button should be disabled. In addition to Previous and Next, use Number Pagination. Click on Number 3 will get them to Page3 and display movies 61st - 79th.
- [] Rocket 2: Routing For each movie, include a link (movie/id) to display the full Movie Info on another page (URL). Use React Router for this. You'll also have to figure out how to retrieve the parameters from the URL. This last one is a topic that we'll discuss in depth next week, but feel free to get acquainted now. :)
Time spent: X hours spent in total.
Describe any challenges encountered while building the app.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.