/adminUI

An app implementing pagination, user can view different pages, search, delete and update a specific or group of items.

Primary LanguageJavaScript

Admin UI

Coding Challenge (Frontend) of GeekTrust

Tasks Left

  • implement the logic for select all checkbox in table header - curent implementation selects all data from previous pages.

  • next and previous pagination buttons logic doesn't changes the css of numbered buttons also console.log to see the indices upon clicking these btns.

  • use state for noOfPages and make CSS and code DRY.

  • [OPTIONAL] style checkbox & add tests