Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sandromaglione/nextjs_search_view_pagination
- Owner: SandroMaglione
- Created: 2021-08-08T09:50:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T09:50:49.000Z (over 3 years ago)
- Last Synced: 2024-11-15T09:46:41.752Z (2 months ago)
- Topics: eslint, fp-ts, functional, functional-programming, io-ts, next, pagination, prettier, search, tailwindcss, typescript, users
- Language: TypeScript
- Homepage: https://www.sandromaglione.com/
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)