Skip to content

yan-fung/react-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌞 🌧️ 🌀 React Weather Forecasting App

The weather forecasting application built with React and JSX.

  • Users are able to see the name and country of the city the forecast is for.
  • Users are able to see a summary of each day of the forecast, including the date, general description of the weather that day, and maximum temperature.
  • Users are able to click on one of the summaries to view all of the forecasted information for that date.

This project is part of my bootcamp course at Command Shift.

Screenshot

Quick Start and Commands

  1. Clone the repo:
git clone https://github.com/yan-fung/react-technical-test.git
  1. To install the package locally:
npm install
  1. Run the development server for the app.
npm start
  1. To test the codes in tests folder.
npm test

Technology

How To Use

  • The app is showing the weather forecast for Manchester by default.
  • Enter the name of a UK location to get the forecast.
  • The app can only search for locations in the UK at the moment.

Improvements & Further Development

If I would have more time, I would like to add the following features to my application:

  • Making the application more repsonsive to different sizes of device.
  • Allowing users to check the weather in different cities outside of the UK.
  • Changing the UI design to make it more appealing and user-friendly.

Authors

🧑‍🚀 Yan Fung

About

React weather forecast app with location search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published