Skip to content

Latest commit

 

History

History
executable file
·
44 lines (32 loc) · 937 Bytes

README.md

File metadata and controls

executable file
·
44 lines (32 loc) · 937 Bytes

Weather app

Live

I use this project to try new features in the React world.

Currently it can:

  • add a city
  • remove a city
  • help you spell a city name
  • detect your city

The list of technologies and approaches:

  • react
  • redux
  • webpack
  • hot reloading
  • es6, es7
  • localStorage (instant reloading)
  • flexbox (try to resize)
  • material ui typography

For the server side I wrote a simple Go application and run it on Heroku.

Installation

npm install
npm start

screenshot

Ideas

  • dnd for sorting
  • a spinner in the city search
  • editing existing city
  • somehow show if it's raining, snowing or just cloudy
  • show pictures of the city (from flickr, instagram or webcams)
  • spinner
  • create a transparent box in the bottom of a tile with delete button in the middle