https://github.com/eduamdev/spotify-web-ui-clone
UI replica of the popular music streaming platform, created using Next.js, Tailwind CSS, and Radix UI.
https://github.com/eduamdev/spotify-web-ui-clone
nextjs radix-ui reactjs tailwindcss vercel
Last synced: 29 days ago
JSON representation
UI replica of the popular music streaming platform, created using Next.js, Tailwind CSS, and Radix UI.
- Host: GitHub
- URL: https://github.com/eduamdev/spotify-web-ui-clone
- Owner: eduamdev
- Created: 2019-11-14T05:54:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T04:24:57.000Z (over 1 year ago)
- Last Synced: 2025-04-15T07:11:54.784Z (29 days ago)
- Topics: nextjs, radix-ui, reactjs, tailwindcss, vercel
- Language: JavaScript
- Homepage: https://spotify-web-ui-clone.vercel.app
- Size: 705 KB
- Stars: 21
- Watchers: 1
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotify Web UI (clone)

- [Next.js](https://nextjs.org/) - React Framework
- [TailwindCSS](https://tailwindcss.com/) - Styling
- [Radix UI](https://www.radix-ui.com/docs/primitives/overview/introduction) + [shadcn/ui](https://ui.shadcn.com/docs) - Interactive, Accessible, Reusable UI Components
- [Vercel](https://vercel.com) - Deployment## Getting Started
```bash
npm install
npm run dev
```