Catapult is a quiz application about cat breeds. It allows users to create a local account, browse through a catalog of cat breeds and images, participate in a knowledge quiz about cats, and view a leaderboard of quiz results.
- Local account creation
- Catalog of cat breeds (including photos)
- Cat knowledge quiz
- Leaderboard
- Account details and editing
To install and run this project, follow these steps:
- Clone the repository to your local machine.
- Open the project in Android Studio.
- Sync the project to download all necessary dependencies.
- Run the project on an emulator or a physical device.
The application uses the Cats API to fetch data about cat breeds. If you want to use your own API key, follow these steps:
- Obtain an API key from TheCatAPI.
- Open the
NetworkingModule.kt
file. - Replace the existing API key in the
addInterceptor
method with your own key.
This project is licensed under the MIT License. See the LICENSE file for details.