https://github.com/luiseduardohd/JSONPlaceholder
JSONPlaceholder implementation on Xamarin Forms
https://github.com/luiseduardohd/JSONPlaceholder
Last synced: 2 days ago
JSON representation
JSONPlaceholder implementation on Xamarin Forms
- Host: GitHub
- URL: https://github.com/luiseduardohd/JSONPlaceholder
- Owner: luiseduardohd
- Created: 2020-05-15T02:35:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T00:11:58.000Z (2 months ago)
- Last Synced: 2025-02-25T00:29:11.467Z (2 months ago)
- Language: C#
- Size: 1010 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-xamarin-forms - JSONPlaceholder
README
# JSONPlaceholder Xamarin.Forms
JSONPlaceholder Xamarin.Forms is a cross-platform mobile application built using Xamarin.Forms that consumes the JSONPlaceholder API. This application demonstrates how to interact with a REST API, fetch data, and display it in a structured UI.
## Features
- Display posts, comments, albums, photos, and users from JSONPlaceholder API.
- View details of each post, album, and photo.
- Navigate through different data sets seamlessly.
- Fully responsive UI for mobile devices.## Screenshots
### Posts#### Posts All
![]()
#### Post Details
#### Post Comments
### Comments
#### Comments All
![]()
#### Comment Detail
### Albums
#### Albums All
#### Album Detail
#### Albums Photos
### Photos
#### Photos All
![]()
![]()
#### Photo Detail
### Users
#### Users All
#### User Detail
## Installation
1. Clone this repository:
```sh
git clone https://github.com/luiseduardohd/JSONPlaceholder.git
2. Open the project in Visual Studio with Xamarin installed.
3. Restore NuGet packages.
4. Build and run the application on an emulator or a physical device.## Technologies Used
- Xamarin.Forms
- JSONPlaceholder API
- MVVM Architecture
- .NET & C### Licence
All Rights reserved## Author
Developed By Luis Eduardo HD