-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
Is there a way to customize the background to an image, and make the draw start and stop when button is pressed? #12
Comments
It is my first time using this App and i am interest in Random Name Picker Game. |
@icelam Is there an option to do this? |
@itjomglobal, thank you for reaching out and providing positive feedback on this random name picker. I'm glad to hear that it was incredibly useful for your previous physical event. @keoToto, I also want to express my gratitude for your interest in our random name picker. Regarding both of your inquiries about paid customization services, I regret to inform you that, at the moment, I do not offer any paid services for customization. However, I would be more than happy to guide you on the relevant code that you can customize to meet your specific requirements. To customize the background, you can modify the following CSS code: random-name-picker/src/assets/scss/_base.scss Lines 43 to 50 in 44481db
To make the slot stop only when the button is clicked, you will need to modify how the button responds to the click event and also the core logic of the slot itself: random-name-picker/src/assets/js/app.ts Lines 120 to 128 in 44481db
random-name-picker/src/assets/js/Slot.ts Lines 158 to 228 in 44481db
If you have any further questions, feel free to ask. Thank you again for your support and interest in this random name picker. |
@icelam thank you for the guidance. Can you provide more guidance on how we can deploy the project ourselves too? I have tried to deploy the the project as web service in Render but have not succussed yet, is there any helpful link that might help us following to deploy your project? |
@itjomglobal I don't have experience with using Web Service in Render, so my advice may be limited. However, I can provide some general guidance on how you can configure your pipeline to work with any CI/CD tools that supports Node.js with yarn / npm installed. This app should work fine under common static web hosting choices. I do have experience on deploying it to AWS S3 Bucket / Azure Blob Storage using GitHub Actions / CircleCI. Here's a general outline of the steps you can follow:
|
We had the opportunity to use it for a physical event in the past and found it incredibly useful.
We were wondering if you offer paid customization services for your project. We have specific requirements that align with our upcoming events
The text was updated successfully, but these errors were encountered: