Daily Muse is a simple and cute Electron app designed for musicians who sometimes get stuck deciding what song to practice.
Add your songs to your personal list, then shuffle through them to get inspired and pick your next practice piece — no more indecision!
- Add your songs easily with a clean input design
- Remove songs you no longer want
- Shuffle your song list and get a random suggestion
- Songs are saved locally and persist between sessions
- Intuitive desktop app built with Electron
- Your songs are stored locally on your computer
- The app uses Electron’s IPC to communicate between the UI and the data storage
- The main page lets you shuffle and get practice suggestions
- The add page lets you add new songs and delete old ones
- Clone the repo
git clone https://github.com/yourusername/daily-muse.git cd daily-muse - Install dependencies
npm install3.Run the app
npm start
Use the Add Songs page to input your practice songs
Use the Shuffle button on the main page to get a random song to practice
Navigate easily between pages with the back and add buttons