This project is a multi-platform application for residential tracking and booking. It includes a Flutter frontend and various backend components. It solves major problems such as allowing the University to know a student's location in case of emergencies and enabling students to book houses remotely with ease.
- Track residential locations
- Book houses remotely
- Multi-platform support with Flutter frontend
- Clone the repository:
git clone https://github.com/Maxwell-016/Residential-Tracker-and-booking.git
- Navigate to the project directory:
cd Residential-Tracker-and-booking
- Install dependencies:
flutter pub get
- Run the application:
flutter run
- Open the application on your device and start exploring its features.
We welcome contributions! Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Make your changes
- Commit your changes (
git commit -m 'Add new feature'
) - Push to the branch (
git push origin feature-branch
) - Open a pull request
-- For more details on collaboration, see this repository dataNerd65-github-basics
or visit the official git documentation https://git-scm.com/docs
This project is licensed under the MIT License - see the LICENSE file for details.