Projects

ServiceNow Visualization

Chese List Project

Technologies used:

Python (Flask, Requests, Pandas), HTML, CSS, JavaScript

Challenges:

The main challenge was how to turn the data obtained from the RESTful API into a graph. My solution was creating python lists which I loop through and counted each low severity incident and high severity incident. This way it was easier to graph in numbers.

One takeaway from this project was using os environ library to save my credentials to the system rather than on my code.

Inventory App

Inventory App Collaboration Project

Technologies used:

JavaScript, Express.js, React-DOM

As a team, our MVP was to create an app which can keep track of inventory, user can add and remove inventory, view items individually and all at once.

I wanted to take it one step further an added an "ADD TO CART" feature into the app. We also added some mobile features as a team.

Challenges:

Since I created the add to cart feature after the app was finished, I needed to find a way to now add this feature without breaking the code. I used useState to set the cart after adding a product through an async function.

Oaks Pokedex

Pokedex Collaboration Project

Technologies used:

JavaScript, Express.js, AUTH0,

MVP was to create a RESTful API for Oak to update his pokedex, and allow other authorized scientists to do the same. The Pokedex must be kept safe from Team Rocket and other unauthorized users

Challenges:

My biggest challenge was getting the databse for users to load, and I fixed this by revising my seedFn.js file, as it did not contain all paths to the database.

Movie Flixter

Movie Flixter Project Icon

Technologies used:

Django, Python, JavaScript, HTML, CSS

MVP was to create a fully functional Web application with Client-side Single-Page Application. Our application should include multiple routes, global state management, be accessible, and contain a style component library.

Challenges:

We completed our project using RapidAPI.com, which did not contain a endpoint to render all movies. To work arround this we created a Recently viewed section. Whenever the user clicks on a specific movie, we created a new movie from the movie model. Then we render all movies created when going to the Recently viewed section.

Home About Me Experience