Razew / suvnet23-household-backsidegang

Hushållet - Inlämningsuppgift 2, Apputveckling
2 stars 0 forks source link

Hushållet

Project Description

Hushållet is a React Native application developed to help households coordinate chores and keep track of task completion in a shared environment. Targeting families, cohabitants, and relatives, this app allows users to create or join households, manage chore assignments, and track progress through individual and group statistics. By centralizing household tasks, Hushållet encourages smoother cooperation and accountability among members.

Key Features

Requirements Met

The following requirements have been successfully implemented:

General

Household

Account

Profile

Chores

Daily View

Statistics

Development and Deployment

How to Build and Run the Project

Prerequisites

Installation Steps

  1. Clone the Repository:

    git clone https://github.com/Razew/suvnet23-household-backsidegang.git
    cd hushållet
  2. Install Dependencies:

    npm install
  3. Run the App:

    expo start
    • Use the Expo Go app on your device or an emulator to preview the app.

Running on a Device

  1. Install the Expo Go app on your iOS or Android device.
  2. After running expo start, scan the QR code from your terminal or the Expo DevTools page.

Building for Production

To create a production build, follow the steps on Expo's documentation for building standalone apps.

Additional Information

This project meets all requirements needed for a passing grade, including additional requirements like CI/CD integration and backend communication.