Meet The Superheroes is a mobile application built with Android Jetpack Compose. The app showcases a list of unique superheroes, each with their own detailed stories and abilities. Users can click on any superhero to view their detailed profile and read their story.
- Display a list of superheroes with their names, images, and short descriptions.
- Click on a superhero to view their detailed profile and read their story.
- Navigate back to the home screen from the details screen.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/gitbiruk2010/Build-Superheroes-App
-
Open the project in Android Studio:
- Open Android Studio and select
File -> Open.... - Navigate to the cloned directory and select it to open the project.
- Open Android Studio and select
-
Build the project:
- Let Android Studio download the required dependencies.
- Build the project by selecting
Build -> Make Project.
-
Run the application:
- Connect your Android device or start an emulator.
- Click on the
Runbutton or selectRun -> Run 'app'.
- Home Screen: Displays a list of superheroes.
- Hero Details Screen: Click on any superhero from the home screen to view their detailed profile and read their story.
- Back Navigation: Use the back button on the hero details screen to return to the home screen.
Contributions are welcome! Please follow these steps to contribute:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes.
-
Commit your changes:
git commit -m "Add some feature"
-
Push to the branch:
git push origin feature/your-feature-name
-
Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
google developers team
Thank you for checking out Meet The Superheroes!
