Skip to content

Latest commit

 

History

History
64 lines (52 loc) · 1.69 KB

README.md

File metadata and controls

64 lines (52 loc) · 1.69 KB

React Spotify Player


ReactJS

Table of Contents

Introduction

A React Spotify player application built with hooks.

Features

  • Displays a list of your spotify songs and playlists, each showing their title, genres and album image.
  • Search feature
  • Audio player

Technical Notes

Built-With

  • Yarn 13.10.1
  • React 16.5.2
  • TypeScript 3.8.3
  • React-Bootstrap 1.0.0
  • Easy Peasy 3.3.0
  • WebPack 5.0.0-beata.16

Install

git clone https://github.com/maxsilvauk/react-spotify-player.git
  • Move to the react-spotify-player root folder.
  • Install node dependancies with yarn
yarn
  • Start application
yarn start
  • You will be taken to the application
http://localhost:30000