This repository contains frontend UI clones built from scratch for practice and showcase purposes. While these are primarily static sites (HTML, CSS, and JavaScript) without backend databases or authentication systems, maintaining secure coding practices remains a priority.
Since this is a continuous practice repository rather than a versioned software release, only the main branch is actively maintained.
| Branch | Supported |
|---|---|
main |
✅ |
If you discover a security vulnerability (such as a Cross-Site Scripting (XSS) flaw in the JavaScript code or an insecure external link), I would greatly appreciate it if you let me know.
Please do not report security vulnerabilities through public GitHub issues. Instead, please reach out to me directly via one of the following channels:
To help me resolve the issue quickly, please provide the following details in your message:
- Description: A brief summary of the vulnerability.
- Location: The specific folder, file, and line number(s) where the issue exists.
- Reproduction: Steps to reproduce the vulnerability.
- Potential Impact: A brief note on how this could potentially be exploited.
I will acknowledge receipt of your vulnerability report and strive to patch the issue as quickly as possible. Thank you for helping keep this project safe and improving my coding practices!