WEB CRAWLER
In a team of 3, created a web crawler that would crawl websites from any starting point.
Created an inverted index using the crawling information to calculate TF-IDF weight vectors for documents in order to improve relevancy and efficiency of the search engine's data retrieval.
Created a search engine for the index using the boolean retrieval model.




TVTROPES DISCORD BOT (PYTHON)
Used Python and the Discord API to create a Discord pop-culture guessing game bot that would be used in personal discord servers.
Implemented backend of the game such that players may interact with TvTropes site information by generating a file to gather links from the site.
TWEET REPORT
Using HTML, CSS, TypeScript, and JavaScript created a webpage.
From the RunKeeper API, I gathered tweet data and parsed and filtered the data to display it to the webpage.
​
SPOTIFY BROWSER
Using Angular, Express/Node.js, CSS, TypeScript, and JavaScript created a webpage.
Using the Spotify API, created an authorization flow to allow users to login.
Created the frontend interface to display information from the API onto different pages.
​



SLEEP TRACKER
Using HTML, CSS, TypeScript, JavaScript, and Ionic created a mobile application.
App usage was to keep track of sleep and sleepiness.
Created a local database to store past sleep trends.
​
COVID TRACKER
Using HTML, CSS, jQuery, Vega-lite, and JavaScript, created a web application.
Used the Covid-19 API found here.
Application usage was to view daily cases, the world average, and top countries covid cases.

PROJECT CUPID FIGMA PROTOTYPE
In a team created a web and mobile prototype application using Figma.
As a project finder service, our goal was to help students find the perfect match in teammates to bring their project ideas to life.
TASK MASTER
Using HTML, CSS, Python, and Flask created a web application.
Utilized Python and Flask to make an application that allows users to read, create, update, and delete tasks.
Used SQLite to store the user's tasks and HTML/CSS to create the front-end of the application.