You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Congratulations Mujeeb on your code, it looks fantastic but here are some change to make your project outstanding:
You can use form.reset() instead of giving your inputs an empty strings in your index.js file
For the best practice, don't force user to consume API when refreshing the page. Instead you can disable loading the result when refreshing the page and give user the freedom to consume it whenever he/she wants
Try to secure your API by using .env file
Try to show the message when the input fields are empty
The text was updated successfully, but these errors were encountered:
Morning Code Review: ⏰
Congratulations Mujeeb on your code, it looks fantastic but here are some change to make your project outstanding:
form.reset()
instead of giving your inputs an empty strings in yourindex.js file
The text was updated successfully, but these errors were encountered: