Skip to content

A simple web application (SPA) to check weather forecast using react, redux, react-router, redux-saga, reselect, styled-component and son on....

Notifications You must be signed in to change notification settings

agutierrezcu/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

A simple web application (SPA) to check weather forecast using react, redux, react-router, redux-saga, reselect, styled-component and son on....

Overview

React.js Fundamentals was one of the first courses I enrolled in when I got into React ecosystem. Overall, the course is aimed at beginners and cover basic concepts of both React and Javascript as well.

The last part of the course was develop a handy weather app but only using React. I developed an app that fullfilled the same functional requirements but not only using React. I took advantage of that and, besides React, I included a bunch of amaizing open source projects that get on well each other ;-).

The goal of the app is only academy and put into practice acquired skills.

References

I´d like to make special reference to a really great project: react-boilerplate. I kept one eye on it and its committed community on every step, many thanks.

Pre requirements

I use yarn as default dependencies manager but npm can be used as well.

  • node version: 7.2.1
  • yarn version: 0.19.1
  • npm version: 4.0.5

Quick start

  1. Clone this repo using git clone --depth=1 https://github.com/agutierrezcu/weather-app.git
  2. Run yarn install to install dependencies.
  3. Run yarn run weather to see the app in production mode.
  4. Open http://localhost:3000 url in your favorite browser.

Must to have

  • Improve error handling
  • Unit testing
  • End-to-end testing

Nice to have

  • Improve styling
  • Make mobile friendly

About

A simple web application (SPA) to check weather forecast using react, redux, react-router, redux-saga, reselect, styled-component and son on....

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages