Skip to content

An app that lets you preview London’s weather forecast for the next week, review last week’s weather, calculate the heat index, and illustrate the correlation between time and temperature.

Notifications You must be signed in to change notification settings

kate2797/london-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

This React application was born from an at-home coding challenge during a recent interview process. Delighted to share it received excellent feedback, particularly for its strong code practices and user-friendly UI. With the tight deadline, I didn't have a chance to fine-tune the UI any more.

Code Structure

$ weather_app/src
.
├── components
│   ├── Navbar.js
    ├── index.js
├── pages
│   ├── Weather.js
├── hooks
│   ├── useData.js
├── helpers
│   ├── helpers.js
├── services
│   ├── services.js
├── App.js
├── index.css
└── index.js

Available Scripts

In the project directory, you can run:

cd weather_app

npm start

Dependencies

  • React
  • React Router
  • Chakra UI
  • Recharts
  • openmeteo API
  • localStorage API

About

An app that lets you preview London’s weather forecast for the next week, review last week’s weather, calculate the heat index, and illustrate the correlation between time and temperature.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published