React-Weather
React-Weather is a weather web application that allow users to
- View and Search with a Weather Station ID
- View and Search with a keyword of city name
- View and Search with Latitude and Longitude
- Route through different pages that include Current Conditions (temperature range for the day, humidity level, current weather condition) and Future Outlook (3-Day Outlook for upcoming weather forecast)
Future Iterations Work and Current Issues can be found here
How I build this
- React
- Redux for State Management
- MetaWeather API
- Testing with Jest and Enzyme
How to Run React-Weather
Run npm start
Open http://localhost:3000 to view it in the browser.
Working Product GIF
Static Screenshots