Skip to content

harikacodes/PostListApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

# πŸ“° PostListApp – Creative News Feed with .NET MAUI

## πŸ“± Overview

**PostListApp** is a cross-platform mobile application built using **.NET MAUI** that fetches and displays posts from the **JSONPlaceholder API**.

The app showcases asynchronous data fetching, JSON deserialization, and clean UI data binding β€” making it both **educational** and **visually appealing**.


## 🌟 Features

βœ… Fetches posts dynamically from the **JSONPlaceholder API**

βœ… Displays posts in a **CollectionView** with images, titles, and descriptions

βœ… Implements **asynchronous programming (async/await)** for a smooth UI

βœ… Click any post to view detailed information

βœ… Beautiful **card-based layout** with rounded corners and shadows

βœ… Works seamlessly on **Android**, **Windows**, and **iOS**


## βš™οΈ Technologies Used

- **.NET MAUI** (Cross-platform framework)

- **C#**

- **XAML** for UI design

- **JSONPlaceholder REST API**

- **Newtonsoft.Json** for JSON deserialization

- **Visual Studio 2022**


## πŸ”— API Used

πŸ“‘ **Endpoint:** [https://jsonplaceholder.typicode.com/posts](https://jsonplaceholder.typicode.com/posts)

**Request Method:** GET

**Response Format:** JSON

Each post contains:

{

  "userId": 1,

  "id": 1,

  "title": "Sample Title",

  "body": "Sample post content..."

}


About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages