Giter Site home page Giter Site logo

tasks.php-1's Introduction

PHP Task/Todo list by Raymii.org

screenshot

Info

This is a task/todo list written in PHP.
It uses a JSON text file for the tasks, and the visual side is created with the HTML5 Kickstart framework by Joshua Gatcke.

Why use this over something like remember the milk, wunderlist or any other cloud service?

  • No ads
  • Nobody selling your data
  • Nobody monitoring your activity
  • Data is easy to get out (no vendor lock-in) and to backup.
  • Offline mode? Host it on your local machine with a LAMP/WAMP/MAMP server.
  • Sync? Use a syncing service on the hosts (owncloud and sparkleshare are quite good) and point the program to a json file in that folder.
  • Offline sync? Combine above 2 points, or put the software in a git, svn or other version control system repo.

Changelog

v0.0.2

  • Task can now have priorities
  • Task can now have a due date
  • Thrash bin for deleted tasks is added
  • Task list is now sortable
  • Layout change, more space for tasks
  • Days left / days late is now shown
  • i18n added, ships with dutch and english by default.

v0.0.1

  • Initial release
  • Add tasks
  • Remove tasks
  • Edit tasks
  • Finished tasks

Features

  • Add/Remove/Update tasks
  • Prioritize tasks
  • Due date on tasks, time left/late shown.
  • Trash bin for deleted tasks
  • No database required
  • i18n (Dutch and engish by default).

Download

Either git clone the github repo:

git clone git://github.com/RaymiiOrg/tasks.php.git

Or download the zipfile from github:

https://github.com/RaymiiOrg/tasks.php/zipball/master

Or download the zipfile from Raymii.org

https://raymii.org/cms/content/downloads/tasks.php-0.0.2.zip

Install

Unzip the file and upload to the web-directory (public_html, /var/www/, /srv/httpd etc..) and make sure that the webserver can write to the json file (chown www-data:www-data task.json or chmow 777 task.json).

License

see license.txt.

Links

Raymii.org: https://raymii.org/cms/ HTML5 Kickstart: https://github.com/joshuagatcke/HTML-KickStart

tasks.php-1's People

Contributors

gps1mx avatar raymiiorg 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.