diff --git a/README.md b/README.md index d9c8d13..ef7f6a2 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,25 @@ +![Screen](https://raw.githubusercontent.com/YassinAJDI/PopularMovies/master/screenshots/mockup.png)

Popular Movies Stage 1 + Stage 2

-

- - - - -

-Popular Movies is created as part of Udacity Android Developer Nanodegree Program. The app allows users to discover the most popular and top rated movies playing. The application fetches movie data using themoviedb.org API while showcasing Android best practices. + Discover the most popular and top rated movies playing. Movies data fetched using themoviedb.org API.

+

+ + + + + + +

-

Screenshots

- -![Screen](https://raw.githubusercontent.com/YassinAJDI/PopularMovies/master/screenshots/mockup.png) - - - +## ✨ Screenshots +| Main Screen | Demo | Favorites | +|:-:|:-:|:-:| +| ![First](screenshots/Screenshot_1.jpg?raw=true) | ![Sec](screenshots/demo_gif.gif?raw=true) | ![Sec](screenshots/Screenshot_2.jpg?raw=true) | +| Movie Details | Trailers | Reviews | +| ![First](screenshots/Screenshot_3.jpg?raw=true) | ![Sec](screenshots/Screenshot_5.jpg?raw=true) | ![Sec](screenshots/Screenshot_4.jpg?raw=true) | -## ⭐️ Features +## 🌟 Features * Discover the most popular and the most rated movies * User can view and play trailers on youtube * Shows a list of reviews for each movie @@ -30,7 +33,7 @@ Popular Movies is created as part of Udacity Android Developer Nanodegree Progra * ConstraintLayout(guidelines, barriers... etc) * Material design. -## 💻 Getting Started +## 🚀 Getting Started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. ### Prerequisites @@ -55,12 +58,12 @@ git https://github.com/YassinAJDI/PopularMovies.git TMDB_API_KEY="Your API Key here" ``` -## 👍 How to Contribute -1. Fork it -2. Create your feature branch (git checkout -b my-new-feature) -3. Commit your changes (git commit -am 'Add some feature') -4. Push to the branch (git push origin my-new-feature) -5. Create new Pull Request +## 🤝 How to Contribute +1. Fork it +2. Create your feature branch (git checkout -b my-new-feature) +3. Commit your changes (git commit -am 'Add some feature') +4. Push to the branch (git push origin my-new-feature) +5. Create new Pull Request ## 📃 Libraries used * [AndroidX](https://developer.android.com/jetpack/androidx/) - Previously known as 'Android support Library' @@ -76,7 +79,7 @@ TMDB_API_KEY="Your API Key here" * [CircleImageView](https://github.com/hdodenhof/CircleImageView) * [TextDrawable](https://github.com/amulyakhare/TextDrawable) -## 📄 License +## 📝 License This project is released under the MIT license. See [LICENSE](./LICENSE) for details.