Edgar Vargas

My Portfolio

A list of my personal projects

Lyric Quiz Web Application

Implemented MVC framework for creating a web quiz game where the user is presented with two randomly selected lines from each song in an album. The user must guess correctly which song it belongs to from a dropdown menu.

Web Scraper for Song Database

Webscraper that parses through the Lyrics.com website to search for an album from an artist. Retrieves the song list from the album page as well as the lyrics from the individual song pages to add to a SQL song database. (Disclaimer: I only used this for personal testing and I am not using the actual data for anything since there are API limits and copyright issues with collecting lyric data)