BassJonathan / Alcometer

Alcometer: An assignment using React Native for the lecture "Introduction to Mobile Services" @OAMK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alcometer

Contributors Forks Stargazers Issues MIT License


Alcometer

A (very) simple calculator for blood alcohol levels.

Assignment for the course "Introduction to Mobile Services" @OAMK.

Explore the docs »

Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Project setup
  3. Running the project
  4. Fixes for common issues
  5. License

About The Project

Assignment for the lecture "Introduction to Mobile Services" for the fourth semester abroad at University of Applied Sciences in Oulu, Finland. The application calculates an approximation of the blood alcohol level based on the users inputs. The radio-buttons are custom components.

Built with:

Project setup

The project was created using the Expo CLI. Installation instructions can be found here.

Running the project

To run the project the following command can be used:

npm start

After the Metro Bundler has started you can choose from the following commands:

› Press a │ open Android
› Press i │ open iOS simulator
› Press w │ open web

› Press r │ reload app
› Press m │ toggle menu
› Press d │ show developer tools

Choose your system or os and you are ready to go.

Fixes for common issues

The following list contains frequent issues and their fixes and will be updated during development.

No connection to the Expo Go app

Sometimes the connection to the Expo Go app via the LAN can fail due to security limitations. To avoid the issue, open the developer tools after the Metro Bundler has started by pressing

d

Then select "Tunnel" above the QR-code. This creates a tunnel connection that bypasses the security settings and enables a stable but slower connection.

License

Distributed under the MIT License. See LICENSE for more information.

About

Alcometer: An assignment using React Native for the lecture "Introduction to Mobile Services" @OAMK.

License:MIT License


Languages

Language:JavaScript 100.0%