You are looking at the Client code of Balkonkraftwerk-Wizard. A small app that is dedicated to inform and visualize users the aspects of Mini-PV-Systems. You can checkout the Backend-Code as well at Balkonkraftwerk-Wizard-Backend.
This app is the result of a paper during my computer science degree. The paper is not yet finished. It will be published and linked when its done.
The app is build with react-native and Expo. So if you want to try it yourself, see the setup process and install the Expo Go app.
- Clone repo
- Change directory to repo
- Install dependencies
npm ci
- Copy/Rename the .env.example to a .env file (This file represents some settings of the app)
You can start the app locally with npm start
.
The app uses the Expo framework in order to have a good and easy developer experience. To enable all features of the app, you also have to setup the API at Balkonkraftwerk-Wizard-Backend. In order to run the App on your local device, do the following:
- Setup this project
- Checkout and setup the backend code at Balkonkraftwerk-Wizard-Backend
- Start the API
- Install the Expo Go app on your device
- Start the Expo Go App on your device
- Start with
npm start
- Scan the QR-Code with the Expo Go app that is shown when running
npm start
Made with Namecheap
font name: unb-office_regular font link: http://www.marca.unb.br/fontesunb.php font author: Universidade de Brasilia font author site: http://www.marca.unb.br/introducao.php
icon designer: Alfredo @ IconsAlfredo.us icon designer link: /AlfredoCreates
fontColor: {"hex":"#FFF"} bgColor: {"hex":"#687EB1"} iconColor: {"hex":"#FFF"}