Made with React, React Query and TypeScript.
- 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.