Spotify Clone
This is a Github repository for a Svelte web application that allows users to search for and play songs on Spotify. The application uses the Spotify API to fetch data and display it on the user interface. The code is written in Typescript and uses Svelte framework for building the UI components. The repository contains all the necessary files to run the application locally.
or start the server and open the app in a new browser tab
npm run dev -- --open
## Building
To create a production version of your app:
```bash
npm run build
You can preview the production build with npm run preview
.