Chowster

Chowster is a foodtruck locator application that incorporates the Google Maps API. The app is based off of geolocations from Google Maps, so the truck driver won't have to give a latitude and longitude, but will give an address.The app is split into 2 different interactions, the truck driver or the user. The truck driver sets their location, logo, and menu to show to the user. Once the location is set, the truck's logo will appear on the map.The user will be able to look on the map, or the list of trucks, to find a truck around their location. The map centers around the location of the user so they can see which truck is in their area. The user will be able to rate the different trucks and leave comments about the service. Also if a user gives their email address then they will recieve an email of the truck's new location if the driver chooses to give that location to the users who favorited their truck.
GitHubLive Demo
Python
HTML
CSS
JavaScript

Video Game Library/Search

This video game library was my first true React project. I wanted to use an external API to connect from a React app, so I built a video game search using the Rawg.io API. You get to search a game you want and then you get the description, screenshots, where to find/buy the game online, and related games to what you searched. You are also able to navigate to the system's, genre's and publisher's page which is a description and top games for them.
GitHubLive Demo
React
HTML
CSS

URL Shortner

The URL Shortener will take any url and create a shorter url to link to that page. The user who wants to shorten a url will be allowed to make the new url public or private. The public urls can be seen by anyone, but private can only be seen by the user who first shortened the url.
GitHubLive Demo
Python
HTML
CSS
JavaScript

Iron Bank

The Iron Bank is an online banking application. The user will be able to see how much money they have in their account. The user can only see their account and they will be able to do 3 different transactions: withdraw money, deposit money, or transfer money to another user. To transfer money, the user will need to know another user's id number.
GitHubLive Demo
Python
HTML
CSS
JavaScript