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

https://github.com/dinithmaleesha/mp3-player-linkedlist

C# MP3 Player with Linked List Logic | Effortlessly manage your music playlist using linked list logic in this C# MP3 Player.
https://github.com/dinithmaleesha/mp3-player-linkedlist

linked-list mp3-player

Last synced: 7 months ago
JSON representation

C# MP3 Player with Linked List Logic | Effortlessly manage your music playlist using linked list logic in this C# MP3 Player.

Awesome Lists containing this project

README

          

# C# MP3 Player with Linked List Logic

## Overview
This MP3 Player, developed in C#, allows users to manage their music playlist efficiently. Key features include adding music, creating queues, removing songs, and controlling playback (play/pause, previous/next). The project is designed with a focus on implementing logic using linked lists for playlist management.

## Features
- **Add Music:** Build your playlist by adding your favorite songs.
- **Add Queue:** Create custom queues for different moods or occasions.
- **Remove Song:** Easily manage your playlist by removing unwanted songs.
- **Playback Controls:** Control your music with play/pause, previous, and next functionalities.
- **Linked List Logic:** The project leverages linked lists to handle the underlying playlist structure.

## Getting Started
1. **Clone the Repository:**
```bash
git clone https://github.com/dinithmaleesha/mp3-player-linkedlist.git

## UI
![MP3 Player Screenshot](screenshots/mp3_player.png)