Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update README.md #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
The News App is a mobile application developed using Kotlin and Jetpack Compose. It's designed to fetch news articles from a provided API and display them in a user-friendly interface.
The application follows the MVVM (Model-View-ViewModel) architecture pattern to ensure separation of concerns and maintainability.


## Features:
- Listing news.
- Navigate between different categories of news.
- Search using keywords.

## Tools & Frameworks:
- **Jetpack Compose:** The app leverages *Jetpack Compose*, a modern Android UI toolkit, to create a seamless and interactive user experience.
- **Kotlin:** Developed entirely in *Kotlin*, the codebase benefits from the conciseness and expressiveness of the language, promoting efficient and readable code.
- **Shimmer Effect:** Utilizes the shimmer effect to provide users with visual feedback while content is loading, enhancing the overall user experience by reducing perceived loading times.
Expand All @@ -21,6 +27,8 @@ The application follows the MVVM (Model-View-ViewModel) architecture pattern to
## Usage
- **Upon launching the app, users will be presented with a list of news articles.**
- **Users can tap on different categories buttons to filter news articles based on their interests.**

## What next?
- **Further interactions with the app are still under development.**

## Screenshots:
Expand Down