⚠️ Important Notes writing for this page as a reference:
✅ This will not work locally by double-clicking index.html in the browser due to browser restrictions on fetch() from local files.
✅ Use a local server (e.g., VS Code Live Server, XAMPP, Python HTTP server, etc.) to run and test:
VS Code Extension: "Live Server"
Or from terminal (Python installed):
⚠️ Note: I have to Change in Js Files and index.html to make it work on GitHub Pages.