Skip to content

An android app made using React Native for Appathon 2024

Notifications You must be signed in to change notification settings

RushilJalal/QuitWise

Repository files navigation

QuitWise

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🏆

Screenshots

WhatsApp Image 2024-10-12 at 11 37 28_06bb18be WhatsApp Image 2024-10-12 at 11 37 29_be8fd523 WhatsApp Image 2024-10-12 at 11 37 29_296eff08 WhatsApp Image 2024-10-12 at 11 37 30_8abb7a6b WhatsApp Image 2024-10-12 at 11 46 45_7c5da36c WhatsApp Image 2024-10-12 at 11 46 45_87e13467

Getting Started

Follow these instructions to set up and run the project on your local machine.

Prerequisites

Make sure you have Node.js and npm installed. You can download them from Node.js official website.

Installation

  1. Clone the repository:
    git clone https://github.com/RushilJalal/QuitWise
  2. Navigate to the project directory:
    cd QuitWise
  3. Install the dependencies:
    npm install

Running the App

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.

Additional Resources