Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 2.12 KB

README.en.md

File metadata and controls

45 lines (34 loc) · 2.12 KB

LinkedIn MIT License

Mavel Comics Info

About the project

App client for Marvel API

Marvel Comics Info is an app with information about Marvel comics. This project was created with the Jetpack Compose UI kit, the information is obtained with the help of the Retrofit library, paginated with Paging 3 and persisted with Room and Datastore.

Screenshots

Used libraries

Getting started

Follow the instructions to be able to run the project correctly

  1. Get credentials at: https://developer.marvel.com/documentation/getting_started
  2. Enter the respective credentials in the gradle.properties file
  3. Sync the project.
API_KEY = "YOUR_API_KEY"  
PRIVATE_KEY = "YOUR_PRIVATE_KEY"

License

Distributed under the Apache license. See LICENSE for more information.

Contact

joaoplay16@gmail.com