-
-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes to be committed: Added Cheesy Pick-up lines Play #1539
Conversation
new file: src/plays/cheesylines/Cheesylines.js new file: src/plays/cheesylines/Readme.md
✅ Deploy Preview for reactplayio ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey! contributor, thank you for opening a Pull Request 🎉.
@reactplay/maintainers will review your submission soon and give you helpful feedback.
If you're interested in continuing your contributions to open source and want to be a part of a welcoming and fantastic community, we invite you to join our ReactPlay Discord Community.
Show your support by starring ⭐ this repository. Thank you and we appreciate your contribution to open source!
Stale Marking : After 30 days of inactivity this issue/PR will be marked as stale issue/PR and it will be closed and locked in 7 days if no further activity occurs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey, I have changed the css please verify! |
can anyone tell me what's wrong with the code..? please |
now it's ok |
Fixes #1534
#HACTOBERFEST
Pull Request Title: Add Cheesy Lines Randomizer Feature to Display Random Pick-Up Lines
Description:
This pull request addresses the issue of implementing the Cheesy Lines Randomizer feature. The play is a React-based interactive web application that generates random cheesy pick-up lines when a button is clicked.
Key Features:
Randomizer Functionality:
React Concepts Used:
useState
): Manages the currently displayed pick-up line.onClick
event on the button triggers the randomizer function.UI/UX:
How to Test:
npm install
to install all dependencies.npm start
.Linked Issue:
This pull request addresses and closes Issue #[#1534] - "Add Cheesy Lines Randomizer to Display Random Pick-Up Lines".
Checklist:
Feel free to reach out on Discord for further discussions or feedback on this feature!
Screenshots