This repository contains all of the code for Visify, a web application that visualizes your Spotify listening history.
All relevent code is inside of the /visify-final
directory.
/data-prep
contains all of the code used for data engineering. Most of this was then transferred into the final application./src
contains all of the code of our React application.
/components
directory contains the components of our React application. This is where all of the code that we wrote is. MainPage.js
is the component for the main page. SongVis.js
and RelatedArtists.js
are the components for the two main views in our application. s/final-project-proposal
contains the proposal of our project, including initial sketches./archive
contains old/unused code.We used a number of technologies to create this application. The main ones were: