An open API service indexing awesome lists of open source software.

https://github.com/rushiljalal/quitwise

An android app made using React Native for Appathon 2024
https://github.com/rushiljalal/quitwise

epigenetics expo react-native typescript

Last synced: 2 months ago
JSON representation

An android app made using React Native for Appathon 2024

Awesome Lists containing this project

README

        

# 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](https://nodejs.org/).

### Installation

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

### Running the App

To start the app, run the following command:

```sh
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

- [Expo Documentation](https://docs.expo.dev/)