Skip to content

eoluwakayode34/talentqleligibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Assessment

Build and deploy a very simple frontend app for paginated data, that does the following

  1. Fetches (randomised) data from https://randomapi.com/api/8csrgnjw?key=LEIX-GF3O-AG7I-6J84 which can be paged by appending &page=N where N is the page you want to fetch. E.g appending &page=1 retrieves the first page, while &page=4 retrieves the 4th page.

  2. Displays the fetched data in a HTML table with 5 rows (the API only returns 5 records), and allows the user to page next/previous with buttons in the UI

See full details and instructions (including an interesting paging caveat) in this Google Doc

Note

  1. This comes as a purely HTML/CSS/JS project with Parcel handling build and transpilation.
  2. We strongly recommend you complete the challenge with this setup, and only use a framework (like Vue/react/Angular) only if absolutely necessary and for which you will be required to provide reasonable justification as part of your evaluation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published