A React Spotify player application built with hooks.
- Displays a list of your spotify songs and playlists, each showing their title, genres and album image.
- Search feature
- Audio player
- Followed Airbnb React/JSX Style Guide
- Responsive design using React-Bootstrap
- State management using Easy Peasy
- Environment set-up using Create-React-App
- 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
- Clone my Git repository into your htdocs.
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