fuhadkalathingal / PhishGuard

PhishGuard is an interactive cyber awareness game designed to educate users about phishing attacks and improve their ability to detect and avoid them.
https://fuhadkalathingal.github.io/PhishGuard/
MIT License
23 stars 17 forks source link

Bug in JavaScript Cookie and Local Storage Implementation #19

Closed fuhadkalathingal closed 1 year ago

fuhadkalathingal commented 1 year ago

Description:

We have recently added JavaScript code to our application in order to create a cookie and use local storage to save the user's current level. Unfortunately, we have encountered a problem with this implementation, and we are actively working to resolve it. We are seeking assistance from the community to help us identify and fix the issue.

Current Behavior:

Expected Behavior:

Steps to Reproduce:

  1. Load the application.
  2. Perform actions that trigger level changes.
  3. Check if the cookie is being created and the level is being stored in local storage.
  4. Observe any unexpected behavior or errors encountered.

Additional Context:

Expected Contribution:

📝 Note: We are actively working on resolving this issue, but external assistance would be invaluable in expediting the process. Thank you in advance for your contributions!