Skip to content

tlambrou/React-Weather-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

React-Weather-App

A simple starter for a weather app built with React and OpenWeatherMap

Overview

This is a web app built with React Native. It defines three components to search weather data for a city input.

App

The App component acts as the main entry point for the app. It displays the Weather component as a child.

Weather

The Weather component loads weather data. It handles input from the SearchBar component and uses the ShowWeather component to display weather data that is loaded.

Imagine this component as both the parent and manager for both SearchBar and ShowWeather components. It displays these components, receives messages from SearchBar, and passes properties to ShowWeather.

SearchBar

The SearchBar component contains a form with an input and a submit button.

About

A simple starter for a weather app built with React and OpenWeatherMap

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.8%
  • HTML 11.3%
  • CSS 2.9%