Giter VIP home page Giter VIP logo

forgetmenot's Introduction

forgetmenot - a todo list

Forgetmenot is a self-hosted todo list application that is accessible via web and mobile browser.

Its datastore is a SQLite database, synching via a simple API written in PHP.

Features

  • Self-hosted
  • Accessible via modern web browser (Google Chrome, Mozilla Firefox, etc.)
  • Accessible via modern mobile browsers (Mobile Safari, Browser, Opera, etc.)
  • SQLite DB
  • Basic HTTP Auth

Future Features

  • Multiple lists
  • Trash list for undos
  • Meta-information per todo (notes, url, due date, etc.)
  • Multi-user
  • Native iOS Application
  • Native Android Application

How it looks

Preview Image

Install

  1. Download the latest stable version
  2. Extract files and upload to your web server.

Add Basic Auth

  1. Open index.php.
  2. Edit the $users array to add your own user/pass.
  3. Remove the comments to allow PHP code to execute.

Libraries Used

  • jQuery (1.7.1)
  • Underscore.js (1.3.1)
  • Backbone.js (0.9.1)
  • LESS (1.2.1)
  • require.js (1.0.6)

Development

Forgetmenot requires LESS and require.js to be installed for development. Once they are installed run the following two lines in the projects root directory to compile your production ready version of forgetmenot:

  • lessc css/less/forgetmenot.less > css/forgetmenot.css
  • r.js -o js/main.build.js

This will first compile your CSS files and then your JavaScript files. It will create a build directory alongside your development directory named forgetmenot-build.

License

MIT. Have fun.

forgetmenot's People

Contributors

hswolff avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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