Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hknsh/spotify-ui-clone
- Owner: hknsh
- License: mit
- Created: 2023-06-10T18:14:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-10T18:32:53.000Z (over 1 year ago)
- Last Synced: 2024-02-15T11:26:48.320Z (11 months ago)
- Language: Svelte
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)