https://github.com/logeshwaran-30/spotify-clone
About A Spotify clone built with React JS and Tailwind CSS
https://github.com/logeshwaran-30/spotify-clone
reactjs spotify spotify-clone-with-reactjs tailwindcss
Last synced: about 2 months ago
JSON representation
About A Spotify clone built with React JS and Tailwind CSS
- Host: GitHub
- URL: https://github.com/logeshwaran-30/spotify-clone
- Owner: Logeshwaran-30
- Created: 2024-12-31T05:09:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T05:11:52.000Z (over 1 year ago)
- Last Synced: 2025-12-30T12:35:05.903Z (5 months ago)
- Topics: reactjs, spotify, spotify-clone-with-reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://spotify-clone-aytr.vercel.app/
- Size: 19.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotify Clone 🎧
A Spotify clone built with React JS and Tailwind CSS, showcasing a dynamic and responsive user interface. This project is a demonstration of modern web development techniques using React JS hooks, React-DOM for navigation, and the Tailwind CSS framework for styling.
## Table of Contents
- [Features](#features)
- [Demo](#demo)
- [Technologies](#technologies)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Acknowledgements](#acknowledgements)
## Features
- Dynamic user interface
- Responsive design, mobile-friendly
- Seamless navigation using React-DOM
## Demo
Check out the live demo [here](https://spotify-clone-aytr.vercel.app/).
## Technologies
- React JS
- Tailwind CSS
- React-DOM
## Installation
1. Clone the repository:
```sh
git clone https://github.com/codewithbalaji/spotify-clone.git
```
2. Navigate to the project directory:
```sh
cd spotify-clone
```
3. Install dependencies:
```sh
npm install
```
## Usage
1. Start the development server:
```sh
npm start
```
2. Open your browser and navigate to `http://localhost:3000`.
## Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes.
## License
This project is licensed under the MIT License.
## Acknowledgements
Special thanks to the GreatStack YouTube Channel for their invaluable tutorials and guidance.