/news-app

react redux app for searching the news, with unit tests

Primary LanguageJavaScript

News Search

This has been tested in 1900x1200 resolution in Chrome, Safari, and Firefox on OSX. It's recommended to use Chrome.

Run The Demo

Run The Tests

  • yarn test

Run The Build

  • yarn build

Run The Hot Reloading Development Environment

  • Open one terminal
  • yarn start-proxy
  • Open a second terminal
  • yarn start

Future Improvements

  • add css modules
  • add flow types with check in build
  • test in IE11 and Edge
  • make it responsive for phones and tablets
  • make the styling match the mockup exactly