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
- Host: GitHub
- URL: https://github.com/chip/hoarder
- Owner: chip
- License: mit
- Created: 2013-12-15T04:29:18.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-15T05:30:05.000Z (about 12 years ago)
- Last Synced: 2025-01-19T22:15:37.173Z (about 1 year ago)
- Language: CSS
- Homepage: http://chip.github.io/hoarder/
- Size: 2.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**

## 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`