Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vishant007/w_player

Interactive And Responsive UI Music Player
https://github.com/vishant007/w_player

mui-icons nextjs14-typescript react-h5-music-player tailwindcss zustand

Last synced: 8 days ago
JSON representation

Interactive And Responsive UI Music Player

Awesome Lists containing this project

README

        

- UI created using NextJS and Tailwind CSS

# Features:

- Interactive and responsive
- Integrated mp3 player
- Added sidebar animations

# Project Structure:

- _assests: This folder contains all the necessary images and audio required throughout the project
- /src/app: Contains the main logic and code of the whole frontend and all the components.
- _components: contains code for the various components used in project.
- dummyData: contains a dummy data like song cover image, artist name, etc.

# Demo Video:

https://github.com/vishant007/w_player/assets/64253459/22905a8a-75e7-4ea9-b583-ad811db050a3

# To Run On Your Machine:

```bash

npm i
npm run dev

```

- Happy Hacking!!