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!:
- Global color scheme
- More info from the API
- Better looking cards
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 in GitPod, it'll spin up the dev server and VSCode with extensions and HMR.
}