Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.
/ gogoschool Public archive

[No more maintained] The app named gogoschool manages elementary school students for prevent spreading COVID-19 to using teacher and student.

Notifications You must be signed in to change notification settings

solidw/gogoschool

Repository files navigation

GOGOSCHOOL - 학교가자

IBM 2020 Call for Code Korea Hackathon

Call for code Korea 2020 NEWS

한국 IBM 사장상 수상

gogoschool-banner

Screenshots

For Student

For Teacher

Feature

Student

  • Todo list in the morning before go to school
    • Do self-check
      • Do wash-hand
      • Do take mask
      • Do take spoon and chopsticks
  • 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.)

teacher

  • 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.

How to Run

  1. git clone https://github.com/solidw/gogoschool
  2. npm install
  3. set Android Virtual Device or Actual Device
  4. How to set Android Virtual Device: Here
  5. Run Android Virtual Device
  6. Type npx react-native run-android in git-bash or something shell (vscode .. )
  7. Done !

Commit Style : refer to Udacity Commit Guide

  • Form of commit : label : (verb) (title)

  • Type of label

    • feat : a new feature
    • fix : a bug fix
    • docs : changes to documentation
    • style : formatting, missing semi colons, etc; no code change
    • refactor : refactoring production code
    • test : adding tests, refactoring test; no production code change
    • chore : 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

build

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/

iOS App isn't provide yet

The list of todo for ios (Android First Dev)

  • location permission
  • font
  • firebase

About

[No more maintained] The app named gogoschool manages elementary school students for prevent spreading COVID-19 to using teacher and student.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published