SK MUSIC is a simple music web application built using HTML, CSS, and JavaScript.
This project allows users to:
- Sign up and log in
- Search for songs
- Browse songs by language
- Select any language from the menu to automatically scroll to that section and display its songs
- Click on a song to open it on YouTube
- See a welcome message after logging in
- Log out when finished
I created this project to learn how real web applications are structured. At first, everything was in one file, and later I separated the code into different files for better organization.
Through this project, I learned:
- How login and signup work using JavaScript
- How to store data using localStorage
- How to manipulate the DOM
- How to structure a project using folders
- How to upload and manage a project on GitHub
This project helped me improve my frontend development skills step by step.