Skip to content

Development that will allow for seizures to be detected which is quickly communicated onto an android device

Notifications You must be signed in to change notification settings

rhancox4303/SeizeAlert

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mohawk College Software Project

This app reads a sample csv file representing sensor modules and detects whether the user is having a seizure or not.

SeizeAlert

This is a template app generated by Expo and React Native. The Documentation can be found here https://facebook.github.io/react-native/docs/getting-started

In order to test this app, you will need the following

  • Have Git installed.

  • Access to a UNIX terminal. Git Bash on Windows.

  • Have NPM installed https://www.npmjs.com/get-npm

  • Have Expo installed 'npm install -g expo-cli'

  • Have a mobile emulator installed. This comes default with the Android SDK when installing Android Studio if you're debugging on an Android Device.

Installation

  1. Clone the repo
  2. Enter the project directory
  3. Run 'npm install'
  4. Start the mobile device emulation. You can do this through Android Studio's AVD manager.
  5. Change directory to the Client folder.
  6. Run 'npm start' This will start the app. Notice the 'Run on Android device' button.
  7. Click 'Run on Android device' on the app, this will start the app on the emulation

Alternatively, use expo on your physical android or ios device and copy the QR code to run the app.

Please go here to access best practices for developing this project:

https://docs.google.com/document/d/1QN-SmFeGY4_8Fe3FNw5S2ZVDFVvKmFvl1MyY-2jSXzg/edit?usp=sharing

Documentation

This app uses the following libraries

Notes

The benefits of using React Native over Native Android

  • Cross platform ios/android
  • Live debugging
  • Lightweight
  • Industry Standard for rapid development

About

Development that will allow for seizures to be detected which is quickly communicated onto an android device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%