https://github.com/tompascall/inotes
Simple note manager using ionic framework
https://github.com/tompascall/inotes
Last synced: 3 months ago
JSON representation
Simple note manager using ionic framework
- Host: GitHub
- URL: https://github.com/tompascall/inotes
- Owner: tompascall
- Created: 2015-02-08T14:59:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-08T14:57:09.000Z (about 10 years ago)
- Last Synced: 2025-01-25T10:11:26.281Z (5 months ago)
- Language: JavaScript
- Size: 1.96 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#iNotes
##a simple note manager using [Ionic](http://ionicframework.com/) framework
In order to test the app in a browser
- install `ionic` node package globally in your system (`npm install -g ionic`)
- clone the project
- run `ionic serve` in the project library
- select the `localhost` option
- open `http://localhost:8100` in the browserYou can add and remove, edit and search notes for now. These notes are stored locally.