https://github.com/parzibyte/factorial-js
Cálculo del factorial online con VueJS, BulmaCSS, WebWorkers y BigInt
https://github.com/parzibyte/factorial-js
bigint bulmacss clipboard factorial vue webworkers
Last synced: 6 months ago
JSON representation
Cálculo del factorial online con VueJS, BulmaCSS, WebWorkers y BigInt
- Host: GitHub
- URL: https://github.com/parzibyte/factorial-js
- Owner: parzibyte
- License: mit
- Created: 2018-12-29T01:06:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T23:40:27.000Z (over 7 years ago)
- Last Synced: 2025-02-01T17:44:23.269Z (over 1 year ago)
- Topics: bigint, bulmacss, clipboard, factorial, vue, webworkers
- Language: HTML
- Homepage: https://www.parzibyte.me/apps/factorial/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calcular el factorial de un número online, incluso si es un número grande
Repositorio de app web que calcula el factorial de un número utilizando JavaScript, WebWorkers y BigInt.

## Probar app
Puedes probarla y usarla aquí: [
Cálculo del factorial de un número en línea](https://www.parzibyte.me/apps/factorial/)
## Explicación
En sí la aplicación es sencilla, pero si igualmente quieres ver una pequeña reseña puedes visitar [este post](https://parzibyte.me/blog/2018/12/28/aplicacion-web-factorial-online/) en donde explico su creación.
## Posts recomendados
* [Leer portapapeles con JavaScript](https://parzibyte.me/blog/2018/08/24/acceder-al-portapapeles-con-javascript/)
* [Tipo de dato BigInt en JavaScript](https://parzibyte.me/blog/2018/12/28/bigint-javascript/)
* [Función que calcula el factorial en JavaScript](https://parzibyte.me/blog/2018/12/28/factorial-javascript-recursividad-ciclos/)
* [Web Workers en JavaScript: una introducción](https://parzibyte.me/blog/2018/09/07/web-workers-javascript/)