An open API service indexing awesome lists of open source software.

https://github.com/0mppula/ts-paginated-users-page

A simple users page with filtering, sorting and pagination functionality using query parameters.
https://github.com/0mppula/ts-paginated-users-page

avatars filtering pagination queryparams querystring react typescript

Last synced: 7 months ago
JSON representation

A simple users page with filtering, sorting and pagination functionality using query parameters.

Awesome Lists containing this project

README

          

## TypeScript Paginated Users Page

A simple users page with filtering, sorting and pagination functionality using query parameters. Additionally, each user has its own user page which can be opened by clicking a user from the users page. The user page prints simple information about the user. Created with React and TypeScript.

Feel free to check out the source code of this project you might learn a thing or two about TypeScript I sure did.

[Live](https://ts-paginated-users-page.netlify.app/) version of this app.