Projects
Playlist Maker for Spotify
I developed this web app to improve and extend Spotify's playlist creation process using the Spotify API. Users can easily create playlists containing an artist's entire music library and playlists that reflect their listening history over a specified time period. I designed a responsive user interface to provide users with a great experience on both mobile and desktop browsers.
(Note: This app is only available to select Spotify users at this time.)Car Lease Calculator
This web application was designed to aid car buyers in the buying process by providing a simple, modern interface for calculating car lease payments. Users can gain an understanding of the components that factor in to a car lease payment. Payment summaries can be saved to the browser's local storage so they can be easily referenced.
Password Generator
This web application is used to generate random passwords. Users can select their desired character groups and a password length (8-50 characters). After new passwords are generated, users can click the password to copy it to their clipboard.
Car Dealership Inventory Tracker
I developed this Python script to scrape inventory data from car dealership websites using the BeautifulSoup4 library and store this data in an Excel spreadsheet using the Openpyxl library. The script compares the current inventory to the previous day's inventory spreadsheet to determine which vehicles have sold, and is able to log inventory at a rate of approximately 700 vehicles per minute.