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.
- Host: GitHub
- URL: https://github.com/suptarr/jammming
- Owner: SupTarr
- Created: 2022-07-20T07:23:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-17T15:05:43.000Z (almost 3 years ago)
- Last Synced: 2025-06-06T10:12:50.714Z (about 1 year ago)
- Topics: expressjs, reactjs
- Language: JavaScript
- Homepage: https://jammming.suptarr.vercel.app/
- Size: 695 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```