An open API service indexing awesome lists of open source software.

https://github.com/suptarr/jammming

Allows users to search the Spotify library, create a custom playlist, then save it to their Spotify account.
https://github.com/suptarr/jammming

expressjs reactjs

Last synced: 3 months ago
JSON representation

Allows users to search the Spotify library, create a custom playlist, then save it to their Spotify account.

Awesome Lists containing this project

README

          

# Jammming

## About The Project

In [this project](https://www.codecademy.com/paths/build-web-apps-with-react/tracks/react-capstone/modules/jammming-capstone/projects/jammming-prj), 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, then save it to their Spotify account.

## Technologies

This project was created with:

- HTML
- CSS
- JavaScript
- React
- Express
- Git and GitHub
- HTTP Requests and Responses
- Authentication

## Installation

Clone the project

```sh
git clone https://github.com/SupTarr/Jammming.git
```

### Front End

Change directory to client directory:

```sh
cd client
```

In the client directory, you can run:

```sh
npm run dev
```

### Back End

Open new terminal and change directory to server directory:

```sh
cd server
```

In the server directory, you can run:

```sh
nodemon index.js
```