My Projects
WIP
Check out some of my work...
Honey Get Lists Full-stack
"Honey Get List" is a shopping or "To-do" list full-stack application. It is a mobile first responsive application demostrating full CRUD capabilities from front to back.
The front-end is a Single Page Application (SPA) built with React, JavaScript, HTML, and CSS. The application was manually deployed to Netlify and then refactored to utilize continous deployment via GitHub.
The back-end serves up a RESTful API and is built with C# | .NET utilizing Entity Framework Core with a SQL database. Deployment is to Heroku utilizing a Docker container.