https://github.com/danopcode/html5-notes-app
App that lets you create and save notes in the browser using HTML5. Built with AngularJS and Bootstrap
https://github.com/danopcode/html5-notes-app
Last synced: 4 months 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/danopcode/html5-notes-app
- Owner: DanOpcode
- License: gpl-3.0
- Created: 2013-07-18T00:18:06.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-18T19:05:21.000Z (almost 13 years ago)
- Last Synced: 2025-07-09T04:09:49.844Z (11 months ago)
- Homepage: https://matachi.github.io/html5-notes-app
- Size: 492 KB
- Stars: 0
- Watchers: 2
- 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 karma
Unit 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)