Chore is a simple app to help you remember things. The app offers the ability to assign categories, due dates and different priorities to your items.
- Assign categories
- Works well on mobile devices due to a responsive layout
- Add due dates
- Overdue or items due today are highlighted
- Sorting
- Search items
- Add items via an API
If you like Chore and appreciate my hard work a donation (no matter how small) would be appreciated. I code in my spare time and make no money formally from my scripts.
Coming soon
Releases of Chore can be found on the the releases page.
- Create a new database using your web hosts control panel (for instructions on how to do this please contact your web host)
- Download and unzip Chore-xxxx.zip
- Upload the Chore folder to your server via FTP or your hosts control panel
- Open up http://yoursite.com/Chore/install in your browser and enter your database/user details
- Delete the "install" folder from your server
- Login to Chore using the username and password you set during the install process
- Add your items
- Chore should now be set up
To add new items click the "+" icon in the right hand corner.
To edit items click the name of the item and you will be able to edit the different fields by double clicking.
To mark an item as done click the tick icon on the right of each items
Different filters can be applied using the dropdown selector near the top. You can also search items from here
- Before performing an update please make sure you backup your database
- Download your config.php file (in the Chore folder) via FTP or your hosts control panel
- Delete the Chore folder off your server
- Download the latest version of Chore from here
- Unzip the file
- Upload the unzipped Chore folder to your server via FTP or your hosts control panel
- Upload your config.php file into the Chore folder
- Open up http://yoursite.com/Chore/install/upgrade.php in your browser and the upgrade process will start
- You should now have the latest version of Chore
N.B: The upgrade will only upgrade from the previous version of Chore (e.g 0.1 to 0.2), it cannot be used to upgrade from a historic version.
To remove Chore, simply delete the Chore folder from your server and delete the "items" and "users" tables from your database. Then delete the "Chore" folder via FTP or your hosts control panel.
For help and support post an issue on GitHub.
Feel free to fork and make any changes you want to Chore. If you want them to be added to master then send a pull request via GitHub.