https://github.com/amsolaiman/mbaling-project-mobile-v2
mBALING is a student housing management system for on-campus housing establishments in MSU-Marawi City campus. The mBALING App is a client-side mobile system that was developed using React Native, Expo, and Typescript.
https://github.com/amsolaiman/mbaling-project-mobile-v2
expo nativewind react-native tailwindcss typescript
Last synced: 3 months ago
JSON representation
mBALING is a student housing management system for on-campus housing establishments in MSU-Marawi City campus. The mBALING App is a client-side mobile system that was developed using React Native, Expo, and Typescript.
- Host: GitHub
- URL: https://github.com/amsolaiman/mbaling-project-mobile-v2
- Owner: amsolaiman
- Created: 2025-08-14T06:54:38.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-25T00:30:51.000Z (11 months ago)
- Last Synced: 2025-10-10T19:18:06.194Z (10 months ago)
- Topics: expo, nativewind, react-native, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 941 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
mBALING Project Mobile App
The mBALING project is a student housing management system for on-campus housing establishments in the Mindanao State University campus. It is intended to assist the university Housing Management Division in the record-keeping of non-dormitory-residing students' residential data, and to bring the current housing marketing and searching methods in the campus online. It consists of a mobile application that manages the activities and displays the contents posted by users, and a desktop admin system that administers user records and the creation and deletion of user accounts.
## Overview
The mBALING app serves as the mobile counterpart of the project, where all user activities take place. Test the app demo with:
> Use **demo_landlord** with password **@demo123** for landlord users (mobile app).
> Use **demo_student** with password **@demo123** for student users (mobile app).
## Getting Started
### Install dependencies
```sh
pnpm install
```
### Development
1. Copy `.env.sample` to `.env` and configure as needed.
2. Start the development server:
```sh
pnpm start
```
In the output, you'll find options to open the app in a
- [development build](https://docs.expo.dev/develop/development-builds/introduction/)
- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)
- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)
- [Expo Go](https://expo.dev/go), a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the **app** directory. This project uses [file-based routing](https://docs.expo.dev/router/introduction).
## Project Team
- **Lead Developer:** [Abdul Moiz Solaiman](https://www.linkedin.com/in/amsolaiman/)