/react-redux-weather-app

Weather application built with React and Redux

Primary LanguageJavaScript

Weather application built with React and Redux

It's my the first application where I used Redux for state management. Also I've implemented theme color switcher here with storing selected theme color in localStorage.

I've also learned react-redux project structure and tried to store files in different forders for actions, reducers, components and containers. It's very useful for scaling and maintaining these applications in future.

Technologies:

  • React.js
  • Redux
  • SCSS
  • localStorage