Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 880 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 880 Bytes

Spotify Clone

Overview

The Spotify clone application includes features such as a fully-fledged music player, search, lyrics, song exploration features, search, popular music around you, worldwide top charts, and much more!

Key Topics

Built using modern technologies:

  • ReactJS
  • RapidAPI
  • Tailwindcss

Getting Started

  1. Clone this repository (e.g., using create-react-app)

    npx create-react-app -e https://github.com/jerico-esguerra/spotify-clone project-name

  2. Create .env file containing your own variables (reference .env.example)

  3. Run locally: npm run dev

Deployment

  1. Get build folder: npm run build (in the root directory of your application).
  2. Use Netlify to deploy your application.
  3. Drag and drop your build folder into Netlify sites.
  4. DEPLOY!

© 2023 Jerico Esguerra. All Rights Reserved.