Skip to content

rinatsafin/vidiq-fe-test-project

 
 

Repository files navigation

vidIQ - Frontend test assignment

Hi there and thank you for taking the time to complete this test. Good luck and we hope you will find it interesting!

Instructions

  • Start the app

    yarn start

  • Start the API server

    yarn server

Brief

The goal of this project is to create a web application that displays a table of Keywords, paginate through them and highlights the trending ones.

Requirements

  • Use the provided REST API to fetch your data — check the instructions above.
  • Use these designs to build your layout. On mobile, only 2 columns are visible, you need to make it possible for users to view a different column using the dropdown.
  • Users need to be able to paginate through the list of Keywords. You can use whatever pagination strategy you like, just make it so that it persists when closing and/or reopening the app.
  • Users need to be able to sort ascending and descending the columns. This should also be persisted.

Ask questions and check in as often as you like during the project.

To complete your homework, please fork this repo and commit your work to your fork. When you are ready for us to look at it, give us access to your fork so we can review and run it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.3%
  • SCSS 11.6%
  • HTML 2.2%
  • Other 0.9%