This is a mobile application for managing school-related activities for students, teachers, and parents. This project is built with React Native.
Follow the instructions in the React Native documentation to set up your development environment.
- Clone the repository:
git clone https://github.com/Platinum9990/school-management-app.git
- Navigate to the project directory:
cd school-management-app - Install dependencies:
npm install
- Run the application:
- For iOS:
npx react-native run-ios - For Android:
npx react-native run-android
- For iOS: