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
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.
by Christopher Collins | Jan 19, 2020
Live Site GitHub Scrapes the latest news from KSL.com and allows users to leave comments on articles.
by Christopher Collins | Jan 19, 2020
Live Site GitHub Burger logger app to demonstrate MVC proof-of-concept using MySQL, Node, Express, Handlebars, and custom ORM.