inno-nyan-dev / PetFood

0 stars 2 forks source link

Final report

Report is available at https://drive.google.com/file/d/1ttXd5R3F8LpRK9cwxm1mMzUIEC2UakD-/view?usp=sharing

Rabbit Nutrition Handbook

build docs test

Rabbit Nutrition Handbook is a mobile application that helps its users to properly feed their pet rabbits. Current version of the application allows users to determine in what extend the food is dangerous for rabbits, in which quantities we can give it to them and when. The most approptiate application type is mobile application, Android especcially, since the phone is always with us and we can get info about food everywere with internet connection.

Installation

Check out Releases page of the repository to latest available version of the app. There you can see .apk file, which is an installable executable.

Usage

Current version of app allows users to search for various products. When app is opened, user will see list of foods, together with their danger level. At the top of screen, there is a search bar, which allows to filter foods.

To see more information about particular product, one can tap its car in the list and then detail screen will be opened.

There is also a side navigation panel, that is opened with slide from left. There user can visit login and signup pages to create an account. When logged in, user can mark foods as favorite by pressing star icon at food.

Team members

Project development details

Application consist of 2 main parts: Android app itself and the server to store all products, user information, which allows user to connect from any devices and places to their personal account

Useful links

Backend technology used

Server arcitecture is MC (Model-Connector) based and written in Kotlin language.

Android application