An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# AutoChore

[![Maintainability](https://api.codeclimate.com/v1/badges/87aff158548341b6ca95/maintainability)](https://codeclimate.com/github/foxleigh81/autochore/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/87aff158548341b6ca95/test_coverage)](https://codeclimate.com/github/foxleigh81/autochore/test_coverage)
[![CircleCI](https://circleci.com/gh/foxleigh81/autochore/tree/master.svg?style=svg)](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.