patrickjsmirnov / wollofppa

Test Task

Home Page:https://wollofppa.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test task for some company

Input data

const COMMENTS = [
  {
    "author": "Nikolay",
    "message": "Hi",
    "user_id": 1,
    "comments": [
      {
        "author": "Olga",
        "message": "Hi there",
        "user_id": 2,
        "comments": []
      },
      {
        "author": "Nikolay",
        "message": "What's up?!",
        "user_id": 1,
        "comments": [
          {
            "author": "Olga",
            "message": "How are u?",
            "user_id": 2,
            "comments": [],
          }
        ]
      }
    ]
  },
  {
    "author": "Alex",
    "message": "Hey folks!",
    "user_id": 3,
    "comments": []
  }
]

Output layout

comments

Live

https://wollofppa.herokuapp.com/

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn test

Launches the test runner in the interactive watch mode.

About

Test Task

https://wollofppa.herokuapp.com/


Languages

Language:TypeScript 76.2%Language:CSS 18.7%Language:HTML 5.1%