https://github.com/spacenectar/autochore
A basic interface for my chores tracker
https://github.com/spacenectar/autochore
Last synced: about 2 months ago
JSON representation
A basic interface for my chores tracker
- Host: GitHub
- URL: https://github.com/spacenectar/autochore
- Owner: spacenectar
- Created: 2022-02-13T19:48:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T08:12:16.000Z (over 3 years ago)
- Last Synced: 2025-12-26T07:48:44.825Z (6 months ago)
- Language: TypeScript
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutoChore
[](https://codeclimate.com/github/foxleigh81/autochore/maintainability)
[](https://codeclimate.com/github/foxleigh81/autochore/test_coverage)
[](https://circleci.com/gh/foxleigh81/autochore/tree/master)
AutoChore is a tool for automating the creation of Chores, it integrates with Todoist to allow you to easily
create repeating tasks and assign them to your team.
## Tech Stack
The application is built using the following technologies:
- [React](https://reactjs.org/)
- [Next.js](https://nextjs.org/)
- [MongoDB](https://www.mongodb.com/)
- [Material-UI](https://material-ui.com/)
- [Prettier](https://prettier.io/)
- [TypeScript](https://www.typescriptlang.org/)
## Roadmap
This is a pre-MVP application. The following features are planned for the future:
- [ ] Authentication so that we can have multiple users.
- [ ] Direct integration with Todoist (currently done via node-red).
- [ ] A way for users to add settings (e.g. select todoist project).
- [ ] A leaderboard to show who is doing the most chores.
- [ ] A chores log to show what has been done.