https://github.com/billmei/mobile-notes
Make notes on your phone using markdown, stored in local storage using Backbone.js
https://github.com/billmei/mobile-notes
Last synced: about 16 hours ago
JSON representation
Make notes on your phone using markdown, stored in local storage using Backbone.js
- Host: GitHub
- URL: https://github.com/billmei/mobile-notes
- Owner: billmei
- License: mit
- Created: 2015-05-26T05:14:59.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-06-02T23:35:14.000Z (over 8 years ago)
- Last Synced: 2025-04-17T01:35:55.476Z (6 months ago)
- Language: JavaScript
- Homepage: https://billmei.github.io/mobile-notes
- Size: 711 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notes app for mobile
Demo here: [https://billmei.github.io/mobile-notes](https://billmei.github.io/mobile-notes)
Built with Backbone.js, jQuery, and Bootstrap.
This is a client-side app serving static assets, so you can run from the root folder with an HTTP fileserve after you did `git clone`. You can use any language for the HTTP fileserve but I like to use python because it's easy:
$ python -m SimpleHTTPSever
You can then visit `localhost:8000` in your browser (or whatever other port you specified) to view the app.
To visit the app from your phone, make sure your phone and your computer are connected to the same wifi router, then run `ifconfig` or some other tool to find the local IP address of your desktop. Now visit port `8000` from your mobile phone web browser, for example: `192.168.1.xxx:8000`.