Skip to content

A simple ReactNative application to display current weather of user location and 5-day weather forecast using the OpenWeatherMap API.

Notifications You must be signed in to change notification settings

garimasingh18/weather-app

Repository files navigation

logo

Current Weather and 5-Day Weather Forecast

A simple application to display current weather of user location and 5-day weather forecast using the OpenWeatherMap API.

Pre-requisites

  • Node.js 12 and above & Expo-cli

Run

git clone
cd weather-app
npm install
npm start

Notes

tested on Web & on Expo Go App

### TODOs

- [ ] Unit testing
- [ ] Identify and address edgecases.
- [ ] Use a proper loading spinner icon on page load.
- [ ] Consider day and night to display background of current weather section.
- [ ] Add an option to choose Units in either Metric or Imperial.
- [ ] Display higher-level of weather information such as Wind Speed, Precipitation etc
- [ ] Fix lint issues and config the eslintrc to support "no-vars-used" for Imports
- [ ] Better and more functional UI


About

A simple ReactNative application to display current weather of user location and 5-day weather forecast using the OpenWeatherMap API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published