Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 888 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 888 Bytes

Recrutation Task

Write a simple frontend application which will be showing top stories for hacker news. Put your code into your github account.

Tasks to make: list of all top stories. fetch them using api call: https://github.com/HackerNews/API from the list user can click in the story and this will fetch more data about story e.g. https://hacker-news.firebaseio.com/v0/item/15930143.json show new view with fetched data for story inside story by clicking url from json open a modal which show the page

Stack: use react use https://github.com/tleunen/react-mdl use redux use redux saga for async calls write tests using jest

Spend max 3 hours on that even if you are not completed all requirements. On the beginning when you start please create first commit with one file README.md with description of this task. Last commit should not be submitted after 3h of the first commit.