Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sandromaglione/nextjs_search_view_pagination

NextJs application where you can search and view a list of users, implemented with pagination
https://github.com/sandromaglione/nextjs_search_view_pagination

eslint fp-ts functional functional-programming io-ts next pagination prettier search tailwindcss typescript users

Last synced: about 17 hours ago
JSON representation

NextJs application where you can search and view a list of users, implemented with pagination

Awesome Lists containing this project

README

        

# `View and Search User`

NextJs project to view and search users from API with pagination. The application features the following pages:

- Page where all users of a particular platform are listed by page (with the ability to search by name)
- Page to display the selected user. You can navigate to the previous page and choose another user

---

The application is built using [NextJs](https://nextjs.org/). Following a list of packages and libraries used in the project:

- [TailwindCSS](https://tailwindcss.com/): Styling
- [fp-ts](https://gcanti.github.io/fp-ts/): Functional programming
- [io-ts](https://gcanti.github.io/io-ts/): Data validation (parsing)
- [axios](https://axios-http.com/): HTTP requests
- [ESLint](https://eslint.org/): Linting
- [Prettier](https://prettier.io/): Code formatting

---

Made by [**Sandro Maglione**](https://github.com/SandroMaglione):

- [Twitter](https://twitter.com/SandroMaglione)
- [Linkedin](https://www.linkedin.com/in/sandro-maglione97/)
- [Github](https://github.com/SandroMaglione)