Svelte-iTunes
Query the iTunes API with this amazing Svelte app, it lists the artist in a card view inside of a grid view.
Coming soon!:
- preview the song
- better color scheme
- more info from the API
Requirements for Running this project
- npm
- super l33t h4x0r skills
Running this project:
if (you aren't using GitPod) {
clone this repo and run these commands from the project directory
npm install
then...npm run dev
} else {
just open it, it'll spin up the dev server and VSCode with the extensions.
}