Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 2.17 KB

README.md

File metadata and controls

70 lines (43 loc) · 2.17 KB

🎥 ImdbStickers 🎬

Gitmoji License

📌 About

The challenge proposed in this bootcamp was to develop a project to increase engagement with IMDb top movies and series. The solution presented by ImdbStickers is to generate stickers based on the user rating of movies and series, encouraging their collection and sharing.

✨ Main Features

  • List top 250 movies from IMdb
  • Search by name
  • Display detailed information about a movie
  • Generate stickers based on user rating of the movie

🚀 Technologies Used

  • Java: Programming language
  • Maven: Build automation tool
  • Gson: Library used to convert a JSON into a Java object
  • IMDb API: API for interacting with IMDb

🎨 Preview

imdbstickers-preview-01

imdbstickers-preview-02

imdbstickers-preview-03

🚚 Getting Started

Clone this repository and add project dependencies.

git clone https://github.com/LeonardoBringel/ImdbStickers
mvn clean install

Create an account at IMDb API and generate your key. Then create an api.properties in the project folder as follows.

topMoviesUrl = https://imdb-api.com/en/API/Top250Movies/YOUR_API_KEY

📄 License

This project is MIT licensed, as found in the LICENSE file.