Suggestion: Implement Version Numbers / Versioning System to your files whenever you modify and upload a new version.
Example: (vX.Y.Z)→ Major (X): Incremented for major redesigns or breaking changes that break compatibility.
Minor (Y): Incremented when new features are added without breaking existing functions.
Patch (Z): Incremented when backward-compatible bug fixes and minor tweaks are applied.
Example: (vX.Y.Z)→ Major (X): Incremented for major redesigns or breaking changes that break compatibility.
Minor (Y): Incremented when new features are added without breaking existing functions.
Patch (Z): Incremented when backward-compatible bug fixes and minor tweaks are applied.
Overall, fantastic work!