Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

olback/o-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

o-todo

Yet another note-taking app!?

Yes, but it's diffrent.

How is it diffrent?

First of all, you need to host this one on your own. Second, it's written from scratch in plain HTML, CSS JS and PHP. No libraries, No dependencies!

Why should i use this instead of ?

By using some else's note taking app, you rely on their security and that they will keep their service online for as long as you need it.

Design

Material desgin-ish.
You can also style your notes with basic HTML tags: These tags work: ['b','i','a','ul','ol','li','br','strong','em']

Install

To host this, you need a web server (nginx, apache, whatever), PHP and MySQL. PHPMyAdmin makes your life way easier as well. Import the o-todo.sql and create a new db user. Make the app folder the web-root.

Compatibility

This application uses ES6 and will not work in old/shitty browsers. (IE)

Licenses