/StudyNest

Project for mobile app for finding study group

Primary LanguageTypeScript

Introduction

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.

Getting Started

  1. Install the software below
  • Android Studio
  • JDK 17
  • Node version manager (nvm)
  • Node v18
  1. For detailed setup instructions tailored to your specific platform, refer to the following resources:

    React Native Environment Setup

Build and Test

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