Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matachi/html5-notes-app
App that lets you create and save notes in the browser using HTML5. Built with AngularJS and Bootstrap
https://github.com/matachi/html5-notes-app
Last synced: 19 days ago
JSON representation
App that lets you create and save notes in the browser using HTML5. Built with AngularJS and Bootstrap
- Host: GitHub
- URL: https://github.com/matachi/html5-notes-app
- Owner: matachi
- License: gpl-3.0
- Created: 2013-07-18T00:18:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-18T19:05:21.000Z (over 11 years ago)
- Last Synced: 2024-11-10T04:24:04.054Z (3 months ago)
- Homepage: https://matachi.github.io/html5-notes-app
- Size: 492 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTML5 Notes App
Copyright (C) 2013 Daniel Jonsson
Licensed under [GNU GPL version 3 or later](LICENSE)## Access app
Try it out on
[https://matachi.github.io/html5-notes-app](https://matachi.github.io/html5-notes-app)## Run tests
Prerequisites:
$ yaourt -S nodejs
$ npm install -g karmaUnit tests:
$ karma start config/karma.conf.js
End-to-end tests:
$ ./scripts/web_server.js
$ karma start config/karma-e2e.conf.js## Libraries
* [AngularJS](http://www.angularjs.org/) licensed under the [MIT
License](https://docs-angularjs-org-dev.appspot.com/misc/contribute#!)
* [Twitter Bootstrap](http://twitter.github.io/bootstrap/) licensed under
[Apache License 2.0](http://twitter.github.io/bootstrap/)
* Twitter Bootstrap depends on [jQuery](http://jquery.com/) licensed under the
[MIT license](https://jquery.org/license/)## Icons
* [Glyphicons Free](http://glyphicons.com/) licensed under [Creative Commons
Attribution 3.0 Unported](http://creativecommons.org/licenses/by/3.0/deed.en)