https://github.com/andresorozcodev/paginator
Angular-based web application for managing information through pagination and filters
https://github.com/andresorozcodev/paginator
angular bootstrap5 filters pagination
Last synced: 2 months ago
JSON representation
Angular-based web application for managing information through pagination and filters
- Host: GitHub
- URL: https://github.com/andresorozcodev/paginator
- Owner: AndresOrozcoDev
- License: mit
- Created: 2025-07-22T04:33:31.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2026-04-12T23:10:16.000Z (2 months ago)
- Last Synced: 2026-04-13T01:13:15.734Z (2 months ago)
- Topics: angular, bootstrap5, filters, pagination
- Language: TypeScript
- Homepage: https://paginator-six.vercel.app
- Size: 712 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paginator
A web application built with Angular that allows you to filter, paginate, and visualize large volumes of data efficiently and responsively.
---
## DeepWiki Documentation
You can see the DeepWiki oficial documentacion here:
[DeepWiki](https://deepwiki.com/AndresOrozcoDev/Paginator)
---
## Mintlify Documentation
You can see the Mintlify oficial documentacion here:
[Mintlify](https://andresorozcodev-paginator.mintlify.app/quickstart)
---
## π Live Demo
You can see the chat running in production here:
π [Paginator](https://paginator-six.vercel.app/)
Automatically deployed with [Vercel](https://vercel.com), using serverless functions for API endpoints.
---
## π οΈ Requirements
- [Angular CLI](https://nodejs.org/)
- [Node](https://nodejs.org/)
- [Git](https://git-scm.com/)
---
## π» Local Setup
Clone the repository
```bash
git https://github.com/AndresOrozcoDev/Paginator.git
cd Paginator
```
Install dependencies
```bash
npm install
```
Run the development server
```bash
ng s
```
## Tests
Run unit tests
```bash
ng test
```
Run unit tests with **coverage**
```bash
ng test --no-watch --code-coverage
```

*Figura 1: Screenshot of the unit tests showing up to 90% code coverage.*
## Deployments
Generate the production build
```bash
ng build --configuration production
```
---
## Angular Documentation
This project was built with **Angular 19.1.0**. You can find the official documentation for this version here:
[Angular 19 Official Docs](https://v19.angular.dev/overview)
---
## π¨βπ» Author
Developed with π by [AndrΓ©s Orozco](https://github.com/AndresOrozcoDev)
- π¬ [andres.orozco.dev@gmail.com](mailto:andres.orozco.dev@gmail.com)
- π [LinkedIn](https://www.linkedin.com/in/andresorozcodev)
---