A
Anonymous
Song Player Control - Copy this React, Tailwind Component to your project
We are going to write a music player and incrementally add new features. The tech stack we decided to use for this app is Laravel and Vuejs, not React, and for the front end either Bootstrap or Tailwind. We’re going to release this software in a few stages: 1) MVP. We need to get to market fast with this app. What’s the absolute fastest way to build this app with the following functionalities? ● Users can register and login ● User interface that lists all the songs from the database ● Users can play/pause the songs (we only need the play/pause as a state) ● Users can select the next/previous songs
Prompt
