An open API service indexing awesome lists of open source software.

https://github.com/stnc/react-native-lab-security

React Native Laboratuvar Security Application
https://github.com/stnc/react-native-lab-security

react react-native redux

Last synced: about 1 month ago
JSON representation

React Native Laboratuvar Security Application

Awesome Lists containing this project

README

          

This application has been prepared in order for the researchers working in the laboratory in our country to have the necessary knowledge about laboratory safety.
With this application, you will learn quickly by reading the information you need,
solving quizzes and watching videos, and you will be able to get a certificate.
Thanks to this application, easy access to trainings will be provided in every period deemed necessary.

# backend
wordpress api is used as backend, you can see the codes here

https://github.com/stnc/React-native-lab-security/blob/main/tools/ApiSite.zip

![app image1](tools/pictures/app1.png?raw=true "app1")
![app image1](tools/pictures/app2.png?raw=true "app 2")
![app image1](tools/pictures/app3.png?raw=true "app 3")
![app image1](tools/pictures/app4.png?raw=true "app 4")

# Google Play Download Page

https://play.google.com/store/apps/details?id=com.stnc.labsecurity

tr:
Bu uygulama ülkemizde laboratuvarda çalışan araştırmacıların laboratuvar güvenliği konusunda gerekli bilgiye sahip olmaları amacıyla hazırlanmıştır.
Bu uygulama ile size gerekli olan bilgileri okuyarak, quiz çözerek ve video izleyerek hızlıca öğreneceksiniz ve sertifika alabileceksiniz.
Bu uygulama sayesinde gerekli görülen her dönemde eğitimlere kolay ulaşım sağlanmış olacaktır.

## Windows 10
D:\Program Files\jdk-14.0.1

## MACos java 15
https://jdk.java.net/archive/

https://www.youtube.com/watch?v=S7KAnkXFv50
https://bell-sw.com/pages/downloads/? buradan jdk 15
https://download.bell-sw.com/java/15.0.1+9/bellsoft-jre15.0.1+9-macos-amd64.dmg
https://download.bell-sw.com/java/15.0.1+9/bellsoft-jdk15.0.1+9-macos-amd64.dmg

## important
https://mkyong.com/java/how-to-install-java-on-mac-osx/

Gradle Version 6.7 -- https://docs.gradle.org/6.7/release-notes.html

## mac java install
https://devqa.io/brew-install-java/

## mac os x code 10.3
https://download.developer.apple.com/Developer_Tools/Xcode_10.3/Xcode_10.3.xip

react native
https://dev-yakuza.posstree.com/en/react-native/install-on-mac/#watchman

## problems

https://stackoverflow.com/questions/48708287/java-command-not-found

zsh problems https://mkyong.com/java/how-to-install-java-on-mac-osx/
export JAVA_HOME="/Library/Java/JavaVirtualMachines/adoptopenjdk-15.jdk/Contents/Home"
export PATH="$PATH:$JAVA_HOME/bin"

nano ~/.zshrc
source ~/.zshrc