Skip to content

Empower your day with my React Native weather app, leveraging OpenWeatherAPI. Enjoy precise forecasts and intuitive design for seamless planning. Stay ahead of the weather, always informed, always prepared.

Notifications You must be signed in to change notification settings

moinkhan07/WeatherForecastApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

WeatherForecastApp

This is a Weather Forecast application built with Expo and React Native. It utilizes the OpenWeatherAPI to fetch weather data and React Navigation for navigating through the components. Axios is used for making HTTP requests to the OpenWeatherAPI.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • npm
    npm install npm@latest -g
    

Installation

  • Clone the repo
    git clone https://github.com/moinkhan07/WeatherForecastApp.git
    
  • Install NPM packages
    cd WeatherForecastApp
    npm install
    
  • Run the application
    npm start
    
    

Video

Watch the video

Screenshots

Weather App Features:

  • City Search: Users can set the weather for any city by using the search bar.

  • Hourly Forecasts: View the forecast for the current day, with updates every 3 hours.

  • Daily Forecasts: See the weather forecast for the next 5 days.

  • Temperature Display: Check the temperature of any city by simply searching for its name.

How to Use:

  • City Search: Enter the name of the city you want to check the weather for in the search bar.

  • Hourly Forecasts: Scroll horizontally to view the weather forecast for the current day, with updates every 3 hours.

  • Daily Forecasts: Swipe through the tabs to switch to the "Daily Forecasts" screen and see the weather forecast for the next 5 days.

  • Temperature Display: After searching for a city, the app displays the current temperature along with other weather details.

Thank You For Reading!

About

Empower your day with my React Native weather app, leveraging OpenWeatherAPI. Enjoy precise forecasts and intuitive design for seamless planning. Stay ahead of the weather, always informed, always prepared.

Topics

Resources

Stars

Watchers

Forks