Short description of the project:
A musical sharing social media website where you can create a profile and share your favorite music with friends. You can both comment, like, create posts and follow other users and listen to previews of songs fetched from the Spotify API.
Instruction to run:
Simply clone the project into a local repository and install the required packages.
- clone repository (git clone )
- install required packages (npm install)
- run a local version of the app (npm start)