Founder Grants
Completed during Lambda School Labs16 with a team of three other Web Developers and two UX Designers, Founder Grants is a central repository where early-stage founders can search for applicable grants. Utilizes a user-moderated curation model. The github for the front end can be found here, while the back end can be found here. Change directories below to access the deployed web app.
React - Redux - Node / Express - PostgreSQL - Material UI
$ cd murray/portfolio/founder_grants/
Immunization Tracker
I built the server API in Java for the Immunization Tracker app. The API implementation includes over 30 endpoints consisting of the full range of CRUD functionality, with custom error handling, docs in Swagger, and authorization utilizing OAuth2. The github can be found here. Change directories below to be taken to the link to the deployed API. For information on accessing the API please see the repo above or contact me directly.
Java - Spring - H2 - PostgreSQL - OAuth2
$ cd murray/portfolio/immunization_tracker/
Life GPA
Life GPA is an app that lets a user track their habits across different categories while providing real time scores based on completion. I worked with another FE dev to develop multiple data dashboards that update with user input. The app has CRUD functionality for maintaining lists of habits with a colorized category system, and an interactive habit checkoff system. The repo can be found here. Change directories below to be taken to deployed app.
React - Redux - JavaScript - HTML - CSS
$ cd murray/portfolio/life_gpa/