Skip to content

spiritface57/jamming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jammming React Web Application

In this project, you will build a React web application called Jammming. You will use your knowledge of React components, passing state, and requests with the Spotify API to build a website that allows users to search the Spotify library, create a custom playlist, and then save it to their Spotify account.

Example Project

A preview of the Jammming project. A user looks up the name of an artist and adds songs fetched from the Spotify API to a playlist in the Jammming app.

Project Requirements

  • Build a web app using React
  • Version control your application with Git and host the repository on GitHub
  • Integrate with Spotify or another API
  • Deploy your application
  • Write a README (using Markdown) that documents your project, including:
    • The purpose of your project
    • Technologies used
    • Features
    • Future work

Features

  • Users can search for songs by song title.
    • You can also include functionality to search by other attributes like the artist’s name, genre, etc.
  • Users can see information about each song like title, artist, and album for songs they queried.
    • You can also include other information – the design is up to you.
  • Users can export their custom playlist to their personal Spotify account.

Prerequisites

  • HTML
  • CSS
  • JavaScript
  • React
  • HTTP Requests and Responses
  • Authentication

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published