Skip to content

AlcxMtr/BioTune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

158 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 React Native Starter – A Free Mobile App Template

BioTune

This starter is currently used for BioTune, a mobile app for tracking medication effectiveness for mental health treatments.
The goal is to allow users to log medications, symptoms, and outcomes over time so trends in treatment effectiveness can be observed.


📦 Project Setup

This project uses Yarn for dependency management.

1. Install Dependencies

yarn install

2. Android Setup

Before running the Android build, clean the Gradle project:

cd android
./gradlew clean
cd ..

(Windows)

cd android
gradlew clean
cd ..

3. Run the App

Start the React Native development server and launch the app:

yarn start

Then in another terminal:

yarn android

Alternatively, you can use npm equivalents:

npm start
npm run android

🧱 Tech Stack

  • React Native
  • Firebase
  • Yarn
  • Gradle (Android build system)

About

BACSA Hacks Submission

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors