A website showcases art collection, using react libraries. https://whispering-thicket-41770.herokuapp.com
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
After having cloned or downloaded the project, open it in suitable platform (suggested: Visual Studio Code)
- Install Node.js: Open the Terminal and type
brew install node
-
Clone or download the project, open it on a suitable platform (suggested: Visual Studio Code)
-
Add .env file and refer to .env.change-this to add client ID and client secret (obtain keys from Spotify).
-
Enter these command lines to run locally:
- On server side (root folder)
npm install npm start - On client side (/client)
npm install npm start
- On server side (root folder)
The page will reload if you make edits.
Website will be shown on your browser, running on your local host.
This website is:
- A clone of the Apple Music web app
- User can navigate to different pages with the side menu and browse music playlists
This project is licensed under the MIT License - see the LICENSE file for details




