NiceNotes is a reactive, mobile-friendly, Meteor powered note editor. It's an easy way to create note documents and share them with your friends.
NiceNotes is alive thanks to these awesome packages:
nemo64:bootstraplessiron:routerian:accounts-ui-bootstrap-3mrt:jquerytagsinputjsmatteodem:easy-search
You need Meteor installed (check here if you're a Windows user):
$ curl https://install.meteor.com/ | sh... Then just clone and start the app:
$ git clone https://github.com/vladbalan/nicenotes.git
$ cd nicenotes
$ meteorThat's it!
Create an account ✔Create a note ✔Add tags ✔Share with friends ✔
(ProTip: Try out the awesome search feature)
Users may create note documents (consisting of a name and content property)Users may add 'tags' to their note documentsUsers may search by name/tag to find note documentsUsers may share (read or read/write) their documents with other users by email address.Users should be able to see and search a list of both own and shared documents.- Create tests
- Optimize performance
- Customized search
