by Christopher Collins | Jul 4, 2022
Live Site GitHub Uses MSAL React library to demonstrate login, logout, read emails, and read calendar events from Microsoft account. Takes advantage of the Microsoft Graph API.
by Christopher Collins | Feb 2, 2021
GitHub Allows you to read Gmail and read Google Drive files through code. I expose Google API to where you can easily write more functions later. (sendEmail, WriteFiles, DeleteFiles, etc) It’s just a sandbox into building bigger applications that utilizes...
by Christopher Collins | Sep 3, 2020
Live Site GitHub This app is a template created with express-generator and uses jsonwebtoken (jwt) to create tokens with private and public keys. The JWT token can then be used in the headers as an Authorization bearer to gain...
by Christopher Collins | Jan 30, 2020
Live Site GitHub This app searches books on via the google books API and allows the user to save books. By default, all books are saved to the demo user account which can be accessed with user: demo password: 1234 If a user wants to...
by Christopher Collins | Jan 19, 2020
GitHub Amazon-like storefront using MySQL and node cli for the client-side. Note: this is a demo proof-of-concept store application not for real purchases.