/PostIt-Application

Post It application for Windows/MAC/Linux that will syncs all notes across devices. Also leaves a Geolocation pin on where note was created. Refer to https://github.com/s1iqbal/mockUps for an awesome visualization of the user stories and mockups for this application!

Primary LanguageJavaScript

Help flag:

node app.js --help
node app.js --help [command]

Command Example:

node app.js read --title="to buy"

Commands:

read
add
remove
list

Properties:

--title
--body

Completed:

Base line and core functionalities for notes.

TODO:

1.Chain property calls to each command. Explain in app how commands are functioned. (Finished)
2.GUI using ElectronJS and react (In progress)
3.Full fleshed authentication with proper routing/security.
4.MongoDb, store notes on server to be able to sync across devices. (In progress)
5.Geolocation tagged on individual notes to see where note was created.
6.Google Map pins displayed on map for each note created.
6.Create a Rest API for application.