https://github.com/harundogdu/react-tailwind-spotify-clone
Using React.js and Tailwindcss the repo where I developed the "open.spotify.com" pages.
https://github.com/harundogdu/react-tailwind-spotify-clone
react spotify tailwindcss
Last synced: about 1 month ago
JSON representation
Using React.js and Tailwindcss the repo where I developed the "open.spotify.com" pages.
- Host: GitHub
- URL: https://github.com/harundogdu/react-tailwind-spotify-clone
- Owner: harundogdu
- Created: 2022-01-03T22:53:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T09:52:33.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T20:04:23.045Z (about 2 months ago)
- Topics: react, spotify, tailwindcss
- Language: JavaScript
- Homepage: react-tailwind-spotify-clone.vercel.app
- Size: 1.53 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React.js + Tailwind CSS ile Spotify
Bu proje [Create React App](https://github.com/facebook/create-react-app) ve [Tailwind CSS](https:/tailwindcss.com) kullanılarak geliştirdiğim [Spotify](https://open.spotify.com/) internet sitesi clone uygulamamdır.
## Kullanılan Paketler
- react-redux
- @reduxjs/toolkit
- @headlessui/react
- @tailwindcss/line-clamp
- react-range
- react-router-dom
- react-use
- react-indiana-drag-scroll
## Kurulum
İlk olarak aşağıdaki komutu kopyalanız.
Ardından terminal ekranını açarak, projenin kurulmasını istediğiniz bir alana gelerek yapıştırıp çalıştırınız.
```
git clone https://github.com/harundogdu/react-tailwind-spotify-clone.git
```
Klonlama işleminin ardından terminal ekranına istediğiniz projenin adını yazarak, aşağıda bulunan kodu yapıştırıp çalıştırınız.
```
cd react-tailwind-spotify-clone && npm install
```
## Çalıştırma
Proje dizininde aşağıdaki komutu çalıştırarak projemizi başlatabiliriz.
#### `yarn start`
Uygulamayı geliştirme modunda çalıştırır.\
Projeyi tarayıcıda görüntülemek için [http://localhost:3000](http://localhost:3000) adresini açar.
Düzenleme yaparsanız sayfa yeniden yüklenir.\
Herhangi bir hata veya log kaydını da anlık olarak konsol ekranında görebilirsiniz.
## Daha fazlası
Daha fazlası ve aklınıza takılan herhangi bir soru için için bana kişisel [web sitem](https://harundogdu.com/) üzerinden ulaşabilir, "Pull Request" isteklerinde bulunabilirsiniz.