Skip to content

xosnos/jammming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jammming

A React app for building custom playlists directly to your Spotify account.

Install & Run

  1. Make sure to have the following installed on your computer: node & npm

  2. From terminal, clone the repository: git clone https://github.com/xosnos/jammming.git

  3. Enter the directory: cd jammming

  4. Install the dependencies: npm install

  5. Run the app in development mode: npm start

  6. Open http://localhost:3000 to view it in your browser.

Next Steps

  • Pressing enter triggers a search
  • Include preview samples for each track
  • Only display songs not currently present in the playlist in the search results
  • Add a loading screen while playlist is saving
  • Update the access token logic to expire at exactly the right time, instead of setting expiration from when the user initiates their next search
  • After user redirect on login, restoring the search term from before the redirect
  • Ensure playlist information doesn’t get cleared if a user has to refresh their access token
  • Provide a way to fetch and see all your existing playlists

Notes

This project was bootstrapped with Create React App.

Based on Jammming, the React Capstone project from Codecademy's Create a front-end app with React skill path.

About

Create super duper fast playlists directly to your Spotify

Resources

Stars

Watchers

Forks