File size: 1,478 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# 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](http://spotify-codewithbalaji.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.
|