Develop a dummy feed using fake data REST API https://jsonplaceholder.typicode.com/
Home screen should render the list of posts. Each entry should include username, post title and the beginning of post text.
Clicking on post entry opens a popup (or new page, as you like) with full post text and the list of comments below.
Please apply some CSS so that it looks pretty.
Provide code on Github.
In case of React.js - use Typescript.
JSONPlaceholder - Fake online REST API for developers https://jsonplaceholder.typicode.com