Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes: #60
Feature: Mystery Popup with two options (Refer Issue #60)
Description:
This pull request introduces a new feature: a floating 'Click Me' button that, when clicked, displays a popup with two options, resulting in different actions for each option.
Changes:
1.Added a new popup.jsx file: This file contains the JavaScript logic for creating and managing the popup element.
2.Modified the navbar.jsx file: This file was updated to include the necessary code to create the 'Click Me' button and trigger the popup functionality when the button is clicked.
3.Added media assets: A new image and an MP3 sound file were added to the src/assets directory. These assets can be used within the popup or other parts of the application as needed.
Testing:
All unit tests and browser tests passed.
Video Demo:
Screen.Recording.2024-10-12.113107.mp4