https://github.com/vustron/it415_final_project
A collaborative babysitter mobile app final project for it415.
https://github.com/vustron/it415_final_project
Last synced: about 1 month ago
JSON representation
A collaborative babysitter mobile app final project for it415.
- Host: GitHub
- URL: https://github.com/vustron/it415_final_project
- Owner: Vustron
- Created: 2024-09-11T13:51:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T01:22:10.000Z (3 months ago)
- Last Synced: 2025-04-16T11:07:12.806Z (about 1 month ago)
- Language: Dart
- Homepage:
- Size: 4 MB
- Stars: 5
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BabysitterApp
A collaborative mobile app project for IT415, designed to connect families with babysitters.
## 🚀 Quick Start
Follow the steps below to set up and run the project locally on your machine.
### Prerequisites
Before starting, ensure you have the following installed:
-  – Version control for cloning the repository.
[Download Git](https://git-scm.com/)-  – Flutter SDK for building the application.
[Download Flutter](https://docs.flutter.dev/get-started/install)### Setup & Installation
1. **Clone the Repository**
Start by forking and cloning the repository:```bash
git clone https://github.com/yourusername/BabysitterApp.git
```2. **Check Flutter Version**
This project requires **Flutter 3.24** and **Dart 3.5**. Ensure your versions match by running:```bash
flutter --version
```3. **Install Dependencies**
After navigating to the project directory, install the necessary dependencies:```bash
flutter pub get
```> ⚠️ **Note:** Flutter version 3.24 and Dart 3.5 are required for the application to build and run properly.
### Running the Application
Once dependencies are installed, you can run the app by executing:
```bash
flutter run
```This will launch the application either on an emulator or connected device.
---

---
### Additional Resources
- [Flutter Documentation](https://flutter.dev/docs) for more information on using Flutter.
If you encounter any issues, feel free to open an issue in the repository.---