Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hknsh/spotify-ui-clone

A Spotify UI Clone created with SvelteKit and TailwindCSS.
https://github.com/hknsh/spotify-ui-clone

Last synced: about 2 months ago
JSON representation

A Spotify UI Clone created with SvelteKit and TailwindCSS.

Awesome Lists containing this project

README

        

# Spotify UI Clone

A Spotify UI Clone made with SvelteKit and TailwindCSS.

![App Screenshot](https://i.imgur.com/XUIOg2T.png)

## Running it!

Clone the project

```bash
git clone https://github.com/CookieDasora/spotify-ui-clone.git
```

Go to the directory

```bash
cd spotify-ui-clone
```

Install the dependencies

```bash
npm install
```

And start it!

```bash
npm run dev
```

## References
- [Recriei a interface do Spotify usando Tailwind - Rocketseat](https://www.youtube.com/watch?v=YVI-q3idGiM)

## License

[MIT](https://choosealicense.com/licenses/mit/)