Skip to content

Kisonix-Dev/YellowPlayer

Repository files navigation

🎵 Description

YellowPlayer – This is a modern audio player for Android with an intuitive interface, but first of all it is an example, if you have some programming skills, you can change this application for yourself, improve it and make it better. Or you can use the release, compiled version from us, but there may be bugs and some unpleasant moments.

🔥 Main functions

  • Play local audio files
  • Create and manage playlists
  • Beautiful and user-friendly interface
  • Dark theme support
  • Search by media library
  • Notification system

🛠 Technologies

The application is developed using the following technologies:

  • JavaScript – the main development language
  • CSS – Styles
  • HTML – Markup
  • Vite – Web application builder
  • Capacitor – Cross-platform bridge for web applications
  • Android Studio – For building and testing a mobile application

📱 Screenshots

📖 Documentation

🚀 Compiling and running the project

  1. Download git
sudo pacman -S git
  1. We update repositories and packages in our system
sudo pacman -Syyu
  1. Clone the repository
git clone https://github.com/Kisonix-Dev/YellowPlayer.git
  1. Go to our catalog
cd YellowPlayer
  1. Installation of required components
npm install
  1. Loading the capacitor core and more
npm install @capacitor/core @capacitor/cli
  1. Initialize
npx cap init
  1. We assemble our project to create a directory: "dist"
npm run build
  1. Synchronize the changes
npx cap sync
  1. Open our project in: "Android Studio"
npx cap open android