-
-
Notifications
You must be signed in to change notification settings - Fork 842
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
Cheesy Pick-up lines Play #1533
Conversation
- Implemented Cheesylines.js for gameplay functionality - Created styles.css for the Cheesylines play - Added Readme.md for documentation on usage and features - Updated ESLint configuration in .eslintrc.js
👷 Deploy request for reactplayio accepted.
|
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.
I am a Hacktoberfest contributor |
Hi @Karna0005, welcome to the community! Thank you for your contribution. Could you please create an issue for this and link it to the PR? Also, it would be great if you could update the PR title with a more descriptive one. If you have any questions, feel free to join our Discord we’d be happy to help! |
Hi Sachin, can you check the code and accept my pull request and add me to the contributor list ? |
Hi @Karna0005 the PR title is still not reflecting the changes, just |
can you suggest me what should be the pr title..? |
modified: src/plays/cheesylines/Cheesylines.js deleted: src/plays/cheesylines/styles.css
Hey, |
what should i change please tell this is my first contribution |
It can be something like, "Cheesy Pick-up lines Play" |
Tailwind code seems fine, what say @priyankarpal @Sachin-chaurasiya , shall we merge it? |
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.
Left a few comments, thanks
Signed-off-by: Karunakar S <[email protected]>
should i raise another pull request, by closing this..? |
Fixes #1534
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