| File | Date | Author | Commit |
|---|---|---|---|
| env | 2017-06-04 |
|
[637fef] Added new ds fixes to rebuild |
| resources | 2017-08-31 |
|
[7f898f] Added pinned tab icon for Safari. |
| src | 2018-06-01 |
|
[91d14d] Fixed NaN error with get-revision-since. |
| .gitignore | 2017-05-20 |
|
[6bfa55] Added support scripts. |
| LICENSE | 2016-06-29 |
|
[5cf14c] Initial commit. |
| README.md | 2017-10-17 |
|
[947262] Update README.md |
| project.clj | 2017-09-24 |
|
[c3b6f3] Updated packages |
| system.properties | 2016-06-29 |
|
[5cf14c] Initial commit. |

A personal bookmark tracker written in Clojure and ClojureScript. It is essentially a rewrite, sans gold-plating, of the excellent Bookmark4U which I used for many years, and whose interface and source code have unfortunately become pretty dated. Kudos to the authors of this application.
On the front-end it is using Reagent, which is a ClojureScript wrapper for the React user interface framework. The user interface style is the ubiquitous Bootstrap framework. On the back-end it is using Redis for persistence.
This was written for my own edification, so the features are completely due to my whim. I put this project on Github so that others could use this as an example of a Clojure/Script application. Enjoy!