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
- Host: GitHub
- URL: https://github.com/stnc/react-native-lab-security
- Owner: stnc
- Created: 2021-07-01T14:44:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T18:57:47.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T21:46:46.560Z (over 1 year ago)
- Topics: react, react-native, redux
- Language: JavaScript
- Homepage:
- Size: 48.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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




# 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