I really like Spotify but wanted something more similar to that of a 90s-ish vinyl record and wanted it fast, so I made this using Lovable and Cursor, and deployed on Vercel in 2ish hours.
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
Ensure you have Node.js and npm installed. You can install them using nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
nvm install node
-
Clone the repository
git clone https://github.com/NeilARaman/spotify-vinyl-project.git
-
Navigate to the project directory
cd spotify-vinyl-project
-
Install dependencies
npm install
-
Start the development server
npm run dev
Visit the Lovable Project and start prompting. Changes made via Lovable will be committed automatically to this repo.
Clone the repo and push changes. Pushed changes will be reflected in Lovable.
- Navigate to the desired file(s).
- Click the "Edit" button (pencil icon) at the top right of the file view.
- Make your changes and commit the changes.
- Navigate to the main page of your repository.
- Click on the "Code" button (green button) near the top right.
- Select the "Codespaces" tab.
- Click on "New codespace" to launch a new Codespace environment.
- Edit files directly within the Codespace and commit and push your changes once you're done.
Open Lovable and click on Share -> Publish.
Contributions are welcome! Please fork this repository and open a pull request to add improvements.
For any queries or suggestions, please reach out to NeilARaman.