The Weather App is a mobile application developed using React Native. It allows users to search for weather information for a specific city and displays the current weather conditions along with additional details.
- Search for a city to get weather information
- Display current weather conditions including temperature, description, icon, and more
- Display additional details such as high and low temperatures, feels like temperature, wind speed, and humidity
-
Launch the Weather App on your mobile device or emulator.
-
Enter the name of a city in the search bar.
-
The app will display the current weather conditions for the selected city, including the temperature, description, and additional details.
-
You can switch between metric and imperial units by using the units selector.
-
To search for weather information for another city, simply enter the name of the new city in the search bar.
The Weather App relies on the following dependencies:
- React Native - A JavaScript framework for building native mobile apps.
- Expo - A platform for developing and building React Native applications.
- react-native-autocomplete-input - A customizable autocomplete input component for React Native.
- Feather Icons - An open-source icon set.