Get Started with MYMUSICK
This guide will walk you through setting up MYMUSICK locally and making your first music search.Clone or Download the Repository
Download the MYMUSICK source code to your local machine:
MYMUSICK is a client-side web application - no build process or installation required!
Understand the File Structure
The MYMUSICK project has a simple, organized structure:Key Files:
index.html- Contains all the HTML structure, JavaScript logic, and player functionalityestilooriginal.css- Defines the color system, layout, and responsive designimg/Logo.png- The MYMUSICK logo displayed in the header
Open in Your Browser
Simply open the
index.html file in your web browser:For the best experience, use a modern browser like Chrome, Firefox, or Edge with JavaScript enabled.
Make Your First Search
Now you’re ready to search for music!Each result includes:
- Enter a search query in the search bar (e.g., “Bohemian Rhapsody”)
- Press Enter to search
- Click any song card to start playing
- Song title and artist
- Thumbnail image
- YouTube video ID for playback
How It Works
Search Functionality
The search is triggered when you press Enter in the search input:index.html
Dynamic Theming
MYMUSICK detects the dominant color from each song’s thumbnail and applies it as a hover effect:index.html
YouTube Player Integration
Songs play using the YouTube IFrame API:index.html
Color System
MYMUSICK uses a vibrant color palette defined in CSS variables:estilooriginal.css
Next Steps
Explore the Architecture
Learn how MYMUSICK’s components work together
Customize the Design
Modify colors, fonts, and layout to match your style
API Reference
Understand the search API and response format
Player Functions
Explore YouTube player integration and controls
Tip: MYMUSICK works entirely in the browser with no backend dependencies (except the search API). You can customize it freely!
