Book Store Management App (With both User-end and Administrator features)
This is a book store management application that can be used to manage your book store/library. I built the application with c# xamarin.forms framework and it is available for android, iOS and windows.
The app has both the user-end and administrator back-end available in it. The reason for developing it to include an administrator panel is to illustrate to developers who want to make use of this codebase how the back-end should be structured. By default, the administrator end of an application such as this, would be hosted on a live server and the front-end would call its services via APIs. However, I have included it here to serve as a guide for the developer and also to give him/her a clearer and simpler picture of how to achieve this when he/she hosts the service.
Github repository link: https://github.com/Johnesan/BookStore-Management
Android apk download: https://drive.google.com/file/d/1pxUTaj1xhPUZL1Y0_jcGGab1cUIUcX_M/view?usp=sharing
this repository on my github profile
code on my visual studio IDE
Screenshots from the application
Posted on Utopian.io - Rewarding Open Source Contributors