An event planning app that allows a user to create their own private event channel and communicate within it.
During the planning of my wedding, plans and updates took place in person, through text, e-mail, social media, messaging apps, etc; I remember wishing there was a central source for coodination.
(Javascript, Jquery, Express, MongooseJS)
[Testing Tools: mocha/chai]
This was an attempt at creating an event planning app.
When Building this app, I learned to implement single page site navigation and view state change using JQuery (woof).
I also built my first hierachical account schema in MongooseJS, where Users and Admins have different privileges, and user groups are separated into Event groups.
This gave me the basis to implement a log-in method using JWT tokens stored in localStorage, and implement standard credential storage on the backEnd using bcryptJS.