https://github.com/zzarif/wikibook-viewer-mobile-app
Flutter App that presents a list of Wikipedia books.
https://github.com/zzarif/wikibook-viewer-mobile-app
cross-platform dart flutter internship mobile-app mockapi
Last synced: about 1 year ago
JSON representation
Flutter App that presents a list of Wikipedia books.
- Host: GitHub
- URL: https://github.com/zzarif/wikibook-viewer-mobile-app
- Owner: zzarif
- Created: 2021-10-28T07:11:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T03:03:59.000Z (over 2 years ago)
- Last Synced: 2025-01-27T06:14:04.995Z (over 1 year ago)
- Topics: cross-platform, dart, flutter, internship, mobile-app, mockapi
- Language: Dart
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WikiBook-Viewer-Mobile-App
IUT-BLI Internship Project: Cross-platform Flutter App that presents a list of books along with relevant info, like: book title, author name, language, page count, year of publishing etc. all fetched from REST API services. Each book item on click will redirect to its corresponding Wikipedia page.
Library App will display a list of books, along with appropriate info, like: book title, author name, language, page count, year of publishing etc. These data are fetched from an API that can be found in this link ```https://mocki.io/v1/4ae80738-70ac-40f6-b911-c4d9e3c452df```. So, the app simply parses the JSON response and projects the data onto a ```ListView``` as shown in the screenshots. Then, upon clicking on any of the items, the app will lead you to another page, where details info regarding that particular book will be displayed. This was implemented using ```WebView```, where it basically loads the url redirecting the user to the Wikipedia documentation for that book.