-
Notifications
You must be signed in to change notification settings - Fork 386
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
Added Random Word Generator Calculator #1133
Conversation
✅ Deploy Preview for calcdiverse 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 @Dhevamuthu, Welcome to the project CalcDiverse! 🎊
Thanks for your contribution! Your effort makes this project better. Keep it up! 🙌
Please wait for the PR to be reviewed. Happy Coding!! ✨
Implement your website in normal HTML, CSS and JS, and not in React @Dhevamuthu |
I have used HTML and CSS only @Rakesh9100 I have used api to fetch the words, other than that all are in html only. Here no need of javascript |
Why these many files are present and package json files are also there, which we don't get with simple JS @Dhevamuthu |
please check through the code @Rakesh9100 |
Why Nutrition Calculator files are present, also separate your logic in Also, do rename your folder to |
done @Rakesh9100 |
Congrats, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to my project 🚀 Keep Contributing!! ✨ @Dhevamuthu |
Fixes Issue🛠️
Closes #832
Description👨💻
Implemented a feature to generate random words based on a specified starting letter and number of words. The feature uses the Random Word API to fetch words and displays them in a styled container. Additionally, input fields are cleared after each generation for improved user experience.
Type of change📄
How this has been tested✅
Manual Testing:
Functional Tests:
Checklist✅
Screenshots/GIF📷
word_Generator.mp4