A web application to split chores with roomates!
Explore this website »
Visit Wiki
·
Report Bug
·
Request Feature
Table of Contents
ChoreSplitter was designed as an easy and fun way to "gamify" the process of completing chores. 87% of all college students have one or more roomates, and often times these roomates are chosen at random by the school they attend. This means students may often get roomates that don't pull their weight around the dorm or apartmemt. With ChoreSplitter, you and your roomates can compete to complete as many chores as possible, ranking up on a public leaderboard for everyone to see. We hope it will revolutionize the way you and your roomates get chores done!
Here's why:
- Completing chores should be fun, and ChoreSplitter turns the process into a video game.
- A public leaderboard gives roomates a social incentive to pull their weight.
- You can chat with all your roomates right in the app.
Below is a comprehensive list of the frameworks, libraries, and languages used to build ChoreSplitter.
To get a local copy of ChoreSplitter up and running, follow these simple steps.
You must have Java 16 and an Apache Tomcat v10.0.6 server installed and running
Below are the necessary steps needed to run this project. All additional dependencies can be accessed from the pom.xml
.
- Clone the repo
git clone https://github.com/TechnoVisionDev/ChoreSplitter.git
- Create a free MongoDB cluster at https://www.mongodb.com
- Add your cluster URI as an environment variable
DATABASE="insert-mongodb-uri";
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU GPLv3 License. See LICENSE.txt
for more information.
Thomas Peters - @tomm__peters - tapeters@usc.edu
Project Link: https://github.com/TechnoVisionDev/ChoreSplitter
Below are some resources that have been instrumental in making this project a reality!