Skip to content

kieranjoyce/Our-House

 
 

Repository files navigation

Our House

Description

Our House is a social app which makes enjoyable the process of delegating chores. The app is aimed at people who house share, in particular university students. Users can join a household, post and assign a chore to a housemate and earn points and badges for completing tasks.

The idea for Our House comes from our personal experiences and provides a solution to getting things done!

Link to app presentation:

https://northcoders.com/projects/july-2022/our-house

Installation

Follow the instructions below to configure and run your own instance of Our House.

Requirements

This project was built using React Native, Firebase Auth and uses Cloud Firestore. The project requires Node.js (v16.0) and npm (v8.13).

Installation

To run the project locally, first download the source and install the dependencies.

  1. Clone the repository
git clone https://github.com/kieranjoyce/Our-House.git

and cd into the directory cd Our-House.

  1. Run npm install to install all dependencies.
npm install

Usage

To run the app locally, run:

npm run web

The app should now be available on https://localhost:19006.

The terminal will display a QR code. Scanning this on any android or ios device will launch the app on your mobile device. Note, the Expo Go app should be installed on your device.

Alternatively to open on ios or android simulator, run:

npm run ios
npm run android

About

Our House was created by Team 09:fifteen as part of our final project during the Northcoders coding bootcamp.

The Team consists of:

Enamul, Musa, Kieran, Karly and Gugandeep

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Shell 0.1%