Spotify Dash is an open-source web application that provides a dashboard to view analytics on Spotify, inspired by Spotify Wrapped. The project is built using React, Redux, TypeScript, and Tailwind CSS.
Fork the repository.
Clone the forked repository on your local machine.
git clone https://github.com/<your_github_username>/odash.git
Open command prompt/Terminal. In the terminal run:
cd odash
To run the project, follow these steps:
-
Install dependencies by running the following command:
npm install
-
Start the project with the following command:
npm run start
This will open up the website on localhost. You can begin working. The changes will be reflected here.