RecipE-bookmore_vert
RecipE-bookclose

A mobile app to search and save favorite recipes. The app consumes a Rails backend and uses React Native in the frontend. The user credentials use bcrypt, jwt and secure store. Checkout the github repository for more details!

Workout Logmore_vert
Workout Logclose

A full stack app for organizing a workout log and viewing at-home workouts. The app allows users to create a history of workout notes with a centralized location to compare against past results. It was constructed with Rails on the backend and React in the frontend. CORS and jwt authentication with bcrypt were implemented as well. If you got into a funk during the last few months, get back in shape with this app and track your progress!

SignSourcemore_vert
SignSourceclose

A MERN stack app for storing useful words/phrases for American Sign Language; the app uses all the RESTful routes and full CRUD. The app implements JWT user authentication, renders the specific user’s word library, and uses a YouTube API call to show the top 3 results for further learning of a particular word/phrase in ASL. Used JavaScript, React, Express, Node.js, MongoDB, Mongoose, HTML, CSS and Bootstrap. The code allows for a pleasant user experience and a quick reference learning guide

Side Bet Scramblermore_vert
Side Bet Scramblerclose

A golf scorecard full-stack app which uses an MVC file structure, all the RESTful routes and full CRUD. The app implements user authentication to provide a user specific landing page, renders the specific golf course’s scorecard, and allows for the user to maintain a golf round history for handicap purposes if desired. Used JavaScript, React, Express, MongoDB, Mongoose, HTML, CSS and Bootstrap. The code demonstrates a mobile friendly UI and a simple, user friendly scorecard.

College Football Appmore_vert
College Football Appclose

The web app is a quick view at any Division I college football team’s incoming recruits, current rosters, weekly matchups, and returning players metrics for each college football team from 2010-present. Used HTML, CSS, JavaScript, jQuery, jQueryUI, and an AJAX request to pull from the College Football Data API. The project demonstrates responsive design and was created with the user’s experience as a priority

Tic Tac Toemore_vert
Tic Tac Toeclose

Used HTML, CSS, JavaScript, jQuery. The program allows for a 3x3 to 5x5 tic tac toe game and runs through the logic of determining the result of the game

Calculatormore_vert
Calculatorclose

Used HTML, CSS, JavaScript, jQuery. The program is a simple go-to calculator which utilized hover effects and push effects.