Coder Social home page Coder Social logo

tasks.php's Introduction

PHP Task/Todo list

Info

This is a simple 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.(see .htaccess for more info)
  • Offline mode? Host it on your local machine with a LAMP/WAMP/MAMP/XAMPP 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.2

  • Added ajax
  • Upload to github
  • fixed auth

v0.1

  • Added auth
  • Added total task deletion
  • Added task restore
  • Added language choose
  • Added russian language
  • Added js libs to /js
  • Added 2 row styles
  • Refactor code
  • Css improvements and fixes
  • Sort language files
  • Fixed security issue in readme(it was recommended 777)
  • Some other improves

Features

  • Easy auth on/off
  • Add/Remove/Update tasks
  • Prioritize tasks
  • Due date on tasks, time left/late shown
  • Trash bin for deleted tasks
  • No database required
  • Language select(ru and en available)

Download

Either git clone the github repo:

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

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(660 + chgrp www-data). you can get perms faq here

License

The MIT License (MIT)

Code by Remy van Elst (c) 2012

improvements by littleguga (c) 2015

Links

tasks.php's People

Contributors

lgg 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.