An open API service indexing awesome lists of open source software.

https://github.com/chip/hoarder

Single page app using Flat-UI, Dynatable and HTML5 localStorage
https://github.com/chip/hoarder

Last synced: 5 months ago
JSON representation

Single page app using Flat-UI, Dynatable and HTML5 localStorage

Awesome Lists containing this project

README

          

# Hoarder

### Single-page app for adding/removing records

Hoarder uses the following tools:

* **Flat-UI** for CSS styling and images - http://designmodo.github.io/Flat-UI/

* **Dynatable** for searching and pagination - http://www.dynatable.com/

* **HTML5 localStorage** for adding & removing records

* **jQuery**

* **HTML**

![screenshot](https://raw.github.com/chip/hoarder/master/hoarder.png)

## Quick Start

1. Clone the app (or Download the zip file and unarchive):

`git clone https://github.com/chip/hoarder.git`

2. Change into the directory:

`cd hoarder`

3. Open with your web browser:

**On OS X**

`open index.html`

**Or in your browser's location bar**

`file:///path/to/hoarder/index.html`