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!
Follow the instructions below to configure and run your own local instance of Our House.
This project was built using React Native, Firebase Auth and uses Cloud Firestore. The project requires Node.js (v16.0.0), npm (v8.13) and expo-cli.
Ensure you are running v16.0.0 of node by running:
node -v
The easiest way to change your version of node is using NVM. Check here for instructions.
Install expo-cli globally using:
npm install -g expo-cli
To run the project locally, first download the source and install the dependencies.
- Clone the repository
git clone https://github.com/musaissa15/Project-split
and cd into the directory
cd project-split.
- Run
npm installto 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.