Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 590 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 590 Bytes

hackernews

Created using React/HTML5/CSS3/SASS 👍

How to use

Clone or Download and simply open index.html in your browser.

Browsing

  • Click on new boxes to expand/collapse.

Enhancing user experience

I added Load More to enable paging which helps with usability. More obviously can be done to make the user experience better like:

  • Adding filters
  • Loading news into modals instead of expanding within the list

Browser Compatibility

Tested on latest Chrome and Safari only.

Tests

TDD tests for NewsList can be found in test folder

Thanks for your time.