Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanai2003/songify
https://github.com/kanai2003/songify
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanai2003/songify
- Owner: Kanai2003
- License: mit
- Created: 2024-11-12T15:18:14.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-12T15:33:41.000Z (about 1 month ago)
- Last Synced: 2024-11-12T16:36:05.743Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://songify-kappa.vercel.app
- Size: 42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Music Player Web App
A modern music player web application built with React, Next.js, MUI, TypeScript, and Howler.js. This app allows users to select and play songs, featuring a floating player with controls for play, pause, next, previous, shuffle, and a progress slider.## Features
- Responsive UI: Supports both desktop and mobile views with adaptive layouts.
- Playlist Management: View and manage a playlist of songs.
- Playback Controls: Play, pause, skip, shuffle, and seek within songs.
- Drag and Drop: Reorder songs in the playlist (implemented using react-beautiful-dnd).
- Auto-Play Next: Automatically plays the next song when the current song finishes.
- Persistent Player: Music playback continues as you navigate through the app