Abdullah12has / weather-dashboard

Test React Native Project for airwrk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test React Native Project

WeatherApp

WeatherApp is a React Native mobile application designed to provide users with current weather updates for their chosen cities.

Features

  • Search for any city in the world.
  • Fetches and displays real-time weather updates for the searched city.
  • Provides detailed weather statistics including temperature, humidity, and wind speed.

Getting Started

Prerequisites

Make sure you have Node.js, yarn, and React Native CLI installed on your machine.

Installation

  1. Clone the repository:
git clone https://github.com/Abdullah12has/weather-dashboard.git
  1. Navigate into the project directory:
cd WeatherApp
  1. Install the dependencies:
yarn install
cd ios 
pod install

Running the App on IOS

yarn run ios
  • To run the app on Android, run:
yarn run android

Built With

Architecture

This is a simple mobile app that takes a user input from the user (city name). Checks the city name with the OpenWeatherMap API, if the city exists, it takes you to the next screen and shows you the returned data. If there is no match with the city name, it shows an error and asks you to try again.

About

Test React Native Project for airwrk


Languages

Language:JavaScript 43.0%Language:Java 29.2%Language:Objective-C 9.4%Language:Ruby 9.3%Language:TypeScript 6.0%Language:Objective-C++ 3.1%