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.
- Host: GitHub
- URL: https://github.com/dinithmaleesha/mp3-player-linkedlist
- Owner: dinithmaleesha
- Created: 2024-02-21T16:44:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-21T16:59:21.000Z (over 1 year ago)
- Last Synced: 2025-02-10T00:38:10.736Z (8 months ago)
- Topics: linked-list, mp3-player
- Language: C#
- Homepage:
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
