Quitwise is an educational Android app which teaches users about epigenetics and how other factors such as drinking, smoking affect their health.
The app features quizzes, questionnaires, drinking and smoking trackers, VR Therapy, leaderboard, progress tracking and connecting with other users via Discord.
Quitwise won the 1st prize in the problem statement - Epigenetics and VR Therapy🏆
Follow these instructions to set up and run the project on your local machine.
Make sure you have Node.js and npm installed. You can download them from Node.js official website.
- Clone the repository:
git clone https://github.com/RushilJalal/QuitWise
- Navigate to the project directory:
cd QuitWise
- Install the dependencies:
npm install
To start the app, run the following command:
npx expo start
This will start the Expo development server, and you can run the app on an emulator or a physical device using the Expo Go app.