Skip to content

Commit

Permalink
Update spotify project links
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-zanetti committed Mar 24, 2022
1 parent 48444c3 commit 610f5d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@ <h4 class="project__item__title">Industry Money</h4>
<article class="project__item">
<div>
<h4 class="project__item__title">Most Played</h4>
<a href="https://most-played.herokuapp.com/" target="_blank"><img src="./pictures/spotify-scaled.png" class="images"></a>
<a href="https://most-played.netlify.app/" target="_blank"><img src="./pictures/spotify-scaled.png" class="images"></a>
<span><img src="./pictures/iconfinder_React.js_logo_1174949.png" style="width:40px; height:40px;"></span>
<span class="devicons devicons-javascript" style="font-size: 2.5em; width: auto;"></span>
<span class="devicons devicons-css3" style="font-size: 2.5em; width: auto;"></span>
<span class="devicons devicons-html5" style="font-size: 2.5em; width: auto;"></span>
<a href="https://github.com/nick-zanetti/most-played" target="_blank"><span class="devicons devicons-github_badge" style="font-size: 2.5em; width: auto;"></a>
<a href="https://github.com/nick-zanetti/spotify-most-played" target="_blank"><span class="devicons devicons-github_badge" style="font-size: 2.5em; width: auto;"></a>
</div>
<p class="description">The most played app uses Spotify's web api to show the user their most played songs over three possible periods of time. Another cool feature is that a sample of each song will play when the user moves their mouse over it. I created this because I love Spotify's year in review where they show you your most played songs, this app allows you to look whenever you want. I created this in React. For backend authentication, the app links to a node app provided by Spotify developers.</p>
<p class="description">The most played app uses Spotify's web api to show the user their most played songs over three possible periods of time. Another cool feature is that a sample of each song will play when the user moves their mouse over it. I created this because I love Spotify's year in review where they show you your most played songs, this app allows you to look whenever you want. I created this in React. </p>
</article>

<div class="line"></div>
Expand Down

0 comments on commit 610f5d4

Please sign in to comment.