Skip to content

rueiwang/weather-forecast

Repository files navigation

Weather Forecast

Weather Forecast using Open Weather API to display four-day weather infomation.

Demo

Here is a working live demo : https://weather-forecast-wheat-six.vercel.app/

Feature

Search By City Name

  • By storing the 24-hour search history in localStorage, data fetching can be accelerated.

Charts

  • Using css grid to create bar chart to display min and max temperature.

  • Using css conic-gradient to create pie chart to display humidity.

Mobile support

The Weather Forecast is compatible with devices of all sizes.

Development

Want to contribute? Great!

To fix a bug or enhance an existing module, follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Bug / Feature Request

If you find a bug, kindly open an issue here. If you'd like to request a new function, feel free to do so by opening an issue here.

Built with

To-do

  • Implement an auto-complete functionality for city name input.
  • Utilize the geolocation API to suggest relevant city names for the search query.

Author