Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 397 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 397 Bytes

rmtDev

Made with React, React Query and TypeScript.


This project can:

  • fetch from the remote API with React Query and change hash in the URL.
  • display the fetched jobs.
  • bookmark fetched jobs with local storage.
  • list jobs with pagination.
  • filter jobs.
  • sort jobs.
  • toast error messages.
  • use bunch of custom hooks.
  • use React Portal,contexts,useMemo,useCallback.