Using Google Authorization and Handlebar partials, this web app allows the user to create a blog style application.
Using Handlebars (.hbs), CSS, and JavaScript, the user is able to create stories including a title, category (private, public, and uncategorized). These stories, depending on the category will be displayed in different sections. Public stories will be available to both the user and anyone with a link to the user's public stories page, based on their user ID. Their private stories however are only accessible via the specific user's dashboard.
Most importantly, the user will be able to log in using Google authorization. Currently, the users are placed in a testing authorization via their emails, so to utilize this feature, ensure to navigate throguh Google Cloud to incorporate yours or another's email.
As long as the user is logged in correctly, each feature will rely on the individual user's ObjectId stored on MongoDB in the users export. You may test this with multiple emails.
Originally his was an execires in CSS animations. It then was recreated in iterations using if/else statements, constructor functions and eventually a single class.
How to incorporate Google Authorization, addressing various routes between pages. How to prioritize said routes by working through each step of CRUD, with a delete method being the final step.