An open API service indexing awesome lists of open source software.

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.

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:

- ![Git](https://img.shields.io/badge/Git-2.40-blue?logo=git&logoColor=white) – Version control for cloning the repository.
[Download Git](https://git-scm.com/)

- ![Flutter](https://img.shields.io/badge/Flutter-3.24-blue?logo=flutter&logoColor=white) – 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.

---

![Repobeats](https://repobeats.axiom.co/api/embed/5d5352283c6855872cb18008e044e66a02a4b5f1.svg "Repobeats analytics image")

---

### 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.

---