An iOS app built using React Native to help users search for movies and save to personalized watchlists.
As a user I want to be able to search for movies by name, genre or trending and view their synopsis and rating. If I am interested in a movie I can save it to my watchlist.
To run project locally, clone repo, run npm install and then npm start. Use your preferred ios simulator or your ios device.
When the user opens the app, they are directed to the trending page which shows movies that are currently trending. If the user clicks on a movie they are taken to the movie details page wihch shows the movie name, year of release, synopsis, cast, etc. From the tabbar menu the user can navigate to the search page where they can search movies by name, to the genre page where they are presented with a clickable list of genres to sort by genre or to the watchlist page where they will be be able to see all the movies they have saved to their watchlist. Each page has a heart icon on the movies to allow users to save movies to watchlist from anywhere in the app.
A demo of the app can be viewed here: https://watch.screencastify.com/v/8YifPtpZBNVAK6wa4GIK
Link to Contributor's Covenant:Contributors Covenant
Copyright (c) [2021] [Nida Ghuman]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
The repo for this project can be found here: https://github.com/nidaqg/MoviesList-App
For any questions or to report issues, email me at: [email protected]