← All projects

Book-Reader-Challenge

by @MoussaabBadla

11

About this project

Reader APP Challenge Overview Welcome to the "Reader App Challenge." In this challenge, you need to fix this code and complete the missing parts to make the app work as expected. Challenge Instructions clone the repo : https://github.com/MoussaabBadla/Book-Reader-Challenge and install the dependencies to get start Your mission is to fix and complete the code to make the app work as expected . this is the needed features: Check Connection: Check if the user is connected to the internet or not. If the user is not connected to the internet, show a message to the user to connect to the internet , using the method channel to call the native code to check the connection. Api intergration: Integrate the API with the app to get the data from the server and show it in the app. Read The book: When the user clicks on the button , the book should be opened in the webview. Mvvm: Use the MVVM architecture to make the code more readable and easy to maintain. State management: Complete the code to use the riverpod as a state management. Evaluation Criteria Your challenge solution will be evaluated based on the following criteria: Successful implementation of the required features.

From the project README on GitHub

Stars
11
Forks
0
Last push
25 Feb 2024

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/book-reader-challenge.svg)](https://www.madeinalgeria.dev/projects/book-reader-challenge)

Related projects