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

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

Awesome Lists containing this project

README

          

# Paginator












Ask DeepWiki

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
```

![Unit test with coverage](./src//assets/images/test_covergae.png)

*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)

---