GithubHelp home page GithubHelp logo

petespangler / chorehub Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 11.21 MB

Chore Management System

License: MIT License

JavaScript 65.39% Python 34.61%
javascript react-native react react-hooks python django-rest-framework django expo expo-cli

chorehub's Introduction

ChoreHub: A Chore Management System 😟 πŸ“‹ 🏑 ☺️

πŸ“£ Motivation

Hi, this is my first attempt at a mobile application. The backend utilizes Django Rest-Framework and the front end is React Native. The idea for this came from using GitHub actually, the pull request / code review flow being the inspiration for not only the name, but the base functionality. When complete, a user will be able to sign in, create/join a household, and assign chores/update chores as complete. What will make this unique and set it apart from a simple to do app is the built in accountability feature of updating a chore as complete, which will be accompanied by a photo verifying chore completion. Without that, the assigner of the chore could refuse to accept a chore as complete. There are some additional features I would like to add, but I need a lot more time to implement it all.

πŸ’» Tech Stack

  • Django / Django Rest Framework
  • Python
  • JavaScript
  • React / React Native
  • Expo

πŸƒ Quick start / Requirements

First, get that backend up and running. I used Python 3.7, so that would be best. (I need to update the Django project because there are a few environment secrets that prevent it working elsewhere) Then its the usual python development commands:

# CD into backend directory and create the virtual environment and install dependencies:
$ cd drf_chorehub
$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt
# Oh, and then setup Django by migrating the database and creating a super user before running the server:
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver

The app is not finished, but to run it on your machine/phone after you fork/download the repo, you need to download Expo. This is done like so:

# Install the CLI so you can run it locally (same command on powershell)
$ npm install --globall expo-cli
# Once that is all done, cd into ch_app and run:
$ expo install
# And after the packages have been installed:
$ expo start

So now you have it running locally, but how do you know it works? You have a few options here:

Download Android Studio and use it to run an Android simulator. If you have a Mac, I am pretty sure you can run it on a simulator through Xcode. (Probably?) Or you can download the Expo Go App for iOS or Android and run it on your own device!

πŸ“± In Action

Home Screen before Login:

Home Screen after Login:

Add Chore Screen:

Chore List screen:

MIT license

chorehub's People

Contributors

petespangler avatar

Stargazers

Tim von KΓ€nel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.