Skip to content

mylivn-gmbh/web-test-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

web-test-assignment

Write your own versions of:

  • Array.prototype.map
  • Array.prototype.filter
  • Array.prototype.reduce

Create a simple RSS Feed parser app

  • UI contains: Form (Input + Submit button), List of items, Pagination
  • Form Input allows users to input an RSS Feed URL
  • Form Submit Button fetches provided RSS-feed, then parses it and uses it in List
  • The List just shows downloaded elements (in the simplest way)
  • Pagination (do not use any vendor library for this component)
  • Validations: In case of any error, UI should show something to the user

What is important

  • Clean code
  • Project structure, the way you organize your codebase
  • How deep you understand technologies you use
  • Remove all task unrelated excess code if you use any code generators like CRA

What is not important

  • How it looks, it should be just usable, nothing more. Do not waste your time here.
  • UI details. There's no need to create a difficult UI. You can create the simplest one. Concentrate your attention more to your code, it's what's gonna be assessed. However, keep in mind, the way you organize the styles is also important.

What you can use

Submission

After you finished your test assignment, please send us a link to download it to talents@mylivn.com. Please do not put your solution to any publicly available place on the internet (like GitHub, BitBucket). Best way to share files with us is to put them to any private cloud storage and provide us a private link.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published