Skip to content
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

🚀 Use React and JSX to make crosswords puzzle a component instead of using vanilla Javascript #6

Open
m0nt4ld0 opened this issue Aug 18, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@m0nt4ld0
Copy link
Owner

Problem

This crosswords puzzle was made with vanilla Javascript.

Why is it important?

It would be better for security, reusability and scalabity to create a React component, so it would be easier to reuse it in a blog, a personal website, or with educational purposes

🎯 Possible solution

Create a component with React and JSX

@m0nt4ld0 m0nt4ld0 added the enhancement New feature or request label Aug 18, 2024
@anmolkhurana490
Copy link

anmolkhurana490 commented Jan 26, 2025

Hi! I would like to work on this issue. Could you please assign it to me?
Also, I have a doubt. Should I recreate the whole page UI with react?

@m0nt4ld0
Copy link
Owner Author

Hi @anmolkhurana490 thanks for your help and support with this project! I'd already assigned it to you.
My goal is to make the crossword puzzle a reusable React component, so you'll probably have to recreate the whole page inside one component because it has a timer and a couple options more (such as language configurations, color preferences, etc).
Let me know if you need any help and thanks for your time and interest.

@anmolkhurana490
Copy link

Hi @m0nt4ld0 , I have migrated the project from Vanilla JS to React, as per your needs while keeping the UI unchanged. I’ve submitted a PR (#23 ) – would love your feedback. Thanks! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants