This project is "Study Nest," a mobile app designed to help students find and join study groups. Compatible with both Android and iOS devices, the app is built using React Native and integrates with various third-party services to enhance the user experience.
- Install the software below
- Android Studio
- JDK 17
- Node version manager (nvm)
- Node v18
-
For detailed setup instructions tailored to your specific platform, refer to the following resources:
Execute the command below to check the set up in local is correct:
npx react-native doctor
Start the application:
npm run start
Run the application on Android:
npm run android
Run the application on iOS:
npm run ios