IBM 2020 Call for Code Korea Hackathon
- Todo list in the morning before go to school
- Do self-check
- Do wash-hand
- Do take mask
- Do take spoon and chopsticks
- Do self-check
- Manage body temperature check with QR code
- Link for online-class '학교가자'
- Automation process self-check on public confidenced site named "나이스 자가진단 서비스"
- Quick quiz for COVID-19
- Check when student's go to school day(In the COVID-19 period, most of student go to school on even/odd days student by student.)
- Check how many student did self-check in own class
- Manage body temperature check with QR code
- Link for online-class '학교가자'
- Link for "나이스 자가진단 서비스" to check student self-check status on public confidenced site
- Argent manual when student got COVID-19 Infection
- Show record of temperature measurements by date for all students in own class
- Screen to determine the authenticity of a new student when he or she is registered.
git clone https://github.com/solidw/gogoschool
npm install
- set Android Virtual Device or Actual Device
- How to set Android Virtual Device: Here
- Run Android Virtual Device
- Type
npx react-native run-android
in git-bash or something shell (vscode .. ) - Done !
Commit Style : refer to Udacity Commit Guide
-
Form of commit :
label : (verb) (title)
-
Type of
label
feat
: a new featurefix
: a bug fixdocs
: changes to documentationstyle
: formatting, missing semi colons, etc; no code changerefactor
: refactoring production codetest
: adding tests, refactoring test; no production code changechore
: updating build tasks, package manager configs, etc; no production code change
-
Example
docs : Add foo.md
docs : Change README.md that somebody can read this
fix : Fix bugs image's directory in bar.md
npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/
- location permission
- font
- firebase