Azure MS Identity React

 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.
Gmail Sandbox

Gmail Sandbox

 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...
CC REST API

CC REST API

 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...
Search Google Books

Search Google Books

 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...
Clicky Game

Clicky Game

 Live Site      GitHub Memorization game created using create-react-app. Click any image to increase your score but don’t click the same image twice or you lose.