Python (Flask, Requests, Pandas), HTML, CSS, JavaScript
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.
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.
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
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.