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
- Host: GitHub
- URL: https://github.com/rushiljalal/quitwise
- Owner: RushilJalal
- Created: 2024-08-30T13:03:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T15:04:42.000Z (7 months ago)
- Last Synced: 2025-01-27T10:43:45.578Z (4 months ago)
- Topics: epigenetics, expo, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 26.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
![]()
![]()
![]()
![]()
![]()
## 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/)