Skip to content

roihunter/rh-easy-fe-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

ROI Hunter Frontend Testing Task

The goal of the task is to implement a simple single-page app. It should include this functionality:

  • Load last 50 tweets from Twitter API and list these tweets.
  • It will also be possible to work with this tweets list - sort by date and the number of likes (either ascending or descending)
  • Filter tweets: by date, tweet length, number of likes, number of mentions (eg. @user) and hashtags (eg. #hashtag) in tweets, substring occurrence, an exact match for mention or hashtag. You should use multiple operators dependent on context (eg. equals, not equals, includes, not includes, greater than, less than). The set of filters (and operators) should be easily extensible.
  • Statistics of all loaded tweets - shown in a modal window and including these stats: a sum of all likes, average likes per tweet, all mentions in tweets with a number of unique occurrences (eg. @username: 5x).

Technical requirements:

If you struggle, you can contact us anytime and we will provide more information. Also if you stuck at one point, just try to implement the rest of functionality.

Good luck and have fun!

Contact: [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published