A retro terminal-style MP3 player web app with pixel art aesthetics, built using HTML, CSS, and JavaScript.
- MP3 Playback: Play, pause, skip, and seek through your MP3 files.
- Pixel Art & Terminal LookLook: Modern pixel art UI with a green-on-black terminal theme.
- Favourite Picks: Mark songs as favourites and view them on a dedicated page.
- Persistent Favourites: Favourites are saved in your browser's localStorage.
- Responsive Design: Works on both desktop and mobile devices.
- Open
index.htmlin your browser. - Add Songs: Click the "Choose MP3 Files" button and select your audio files.
- Play Controls: Use the play, pause, next, and previous buttons to control playback.
- Mark Favourites: Click the heart button next to a song to add it to your favourites.
- View Favourites: Click the "Favourite Picks" button (top left) to see your all-time favourite songs.
index.html # Main MP3 player UI
favourite-picks.html # Favourites page
css/
style1.css # Main styles (pixel/terminal look)
js/
script1.js # Player logic and localStorage
rage
- Edit
style1.cssto change the look and feel. - Update
script1.jsto add new features or change player logic.
- Works in all modern browsers (Chrome, Firefox, Edge, Safari).