/Checkpers

Primary LanguageTypeScript

FACTORY FLOOR

Mobile app to manage workshop equipments data, technical data, safety information and procedures.

Printscreens of the App

alt text

alt text

Colors theme

Primary: #05445E Secondary: #189AB4 Terceary: #75E6DA Light: #D4F1F4

Summer Splash (canvas.com)

Test

Install the node modules.

npm install

Run the code in the browser

ionic serve

Usage

Adding new module

ionic generate service services/name_of_the_service

Adding new page

ionic generate page pages/name_of_the_page

Adding new component

ionic generate page components/name_of_the_component

Build and Publish

To build and publish the app to firebase you need to have Android Studio for Android compilation and XCode for iOS

ionic capacitor build android
ionic capacitor build ios

Test with real Android device with live reload

ionic capacitor run android -l --external

Then compile the project in the correct software.