This repository encompasses code developed for the "Mobile Programming and Multimedia" project as part of the Bachelor's Degree program at the University of Padua during the academic year A.A. 2019/2020.
The project is based on caiobiodere/cordova-template-framework7-vue-webpack
The project involves developing an application for both iOS and Android platforms using a cross-platform framework. The app will help users manage their pets' schedules, providing reminders for feeding, vet appointments, and special occasions like birthdays.
The are extra pre-requisites based on the platform:
- Android platform:
- Any Java 1.8.x distribution
- Gradle.
- IOS platform:
git clone https://github.com/Giglium/Pets-Reminder.git
cd Pets-Reminder
npm install
npm run init-<platform>
npm build-<platform>
A limited functionality demo is available for the browser platform. However, some Cordova plugins only work on iOS and Android, which restricts full functionality across the browser.
docker run --rm -p 80:80 ghcr.io/giglium/pets-reminder:latest
This project is licensed under the APACHE LICENSE, VERSION 2.0 - see the LICENSE file for details.