Skip to content

vladbalan/nicenotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NiceNotes

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.

Packages

NiceNotes is alive thanks to these awesome packages:

  • nemo64:bootstrap
  • less
  • iron:router
  • ian:accounts-ui-bootstrap-3
  • mrt:jquerytagsinputjs
  • matteodem:easy-search

Installation

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
$ meteor

That's it!

Live demo

alt text

Using NiceNotes

  1. Create an account ✔
  2. Create a note ✔
  3. Add tags ✔
  4. Share with friends ✔

(ProTip: Try out the awesome search feature)

Todo's

  • Users may create note documents (consisting of a name and content property)
  • Users may add 'tags' to their note documents
  • Users may search by name/tag to find note documents
  • Users 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

About

Meteor note editor web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published