1010varun / weather-app

Explore the world of real-time weather updates with our WeatherReactApp built using React and RESTful APIs. This modern and user-friendly weather application provides accurate weather information at your fingertips, allowing you to stay informed about the current conditions in any location.
https://tru-weather.netlify.app/
MIT License
2 stars 34 forks source link

Adding "enter" button functionality #27

Closed TheDarkW3b closed 8 months ago

TheDarkW3b commented 8 months ago

Issue Summary: Currently, the page lacks the functionality to trigger certain actions when the Enter key is pressed. This feature is commonly expected by users, especially in input fields or form submissions. Upon pressing enter, the cursor should shift to the other input tag and once filled, the next enter would submit the form.

Solution: Implement event listeners or handlers for the Enter key within relevant page elements, allowing the associated actions to be triggered.

PS: Assign me this issue under iwoc2024

1010varun commented 8 months ago

@TheDarkW3b assigning it to you go ahead