Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.41 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.41 KB

JetpackComposeStory

JetpackComposeStory is a project created as part of the Dicoding course. It is a sample application built with Jetpack Compose, a modern UI toolkit for building native Android apps with declarative Kotlin code.

Features

JetpackComposeStory is a simple app that allows users to view and read stories. The app includes the following features:

  • View a list of stories on the main screen
  • Select a story to view its details and read it
  • See your profile screen

Tech Stack

  • Jetpack Compose for UI
  • Navigation component for app navigation
  • Room for local data persistence
  • Coil for image loading and caching

Getting Started

To build and run the project locally, follow these steps:

Clone the repository to your local machine.
Open the project in Android Studio.
Build and run the project on an emulator or a physical device.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Dicoding for providing the "Belajar Membuat Aplikasi Android dengan Jetpack Compose" course. Jetpack Compose documentation for providing a wealth of information and resources on using Jetpack Compose.

Author

This app is created by Kemas Rafly Omar Thoriq as part of the Belajar Membuat Aplikasi Android dengan Jetpack Compose