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!
https://northcoders.com/projects/july-2022/our-house
Follow the instructions below to configure and run your own instance of Our House.
This project was built using React Native, Firebase Auth and uses Cloud Firestore. The project requires Node.js (v16.0) and npm (v8.13).
To run the project locally, first download the source and install the dependencies.
- Clone the repository
git clone https://github.com/kieranjoyce/Our-House.git
and cd
into the directory
cd Our-House
.
- Run
npm install
to install all dependencies.
npm install
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
Our House was created by Team 09:fifteen as part of our final project during the Northcoders coding bootcamp.