{"id":15594477,"url":"https://github.com/jofaval/calculadora-nomina","last_synced_at":"2026-04-18T01:01:34.154Z","repository":{"id":59422568,"uuid":"537213228","full_name":"jofaval/calculadora-nomina","owner":"jofaval","description":"[ES] Calcula tu nómina a cotizar en España, con total privacidad de datos","archived":false,"fork":false,"pushed_at":"2022-12-05T02:38:40.000Z","size":750,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-12T07:09:30.439Z","etag":null,"topics":["react","salary","salary-calculator","self-management","spain","tailwindcss","typescript","vite","vitejs"],"latest_commit_sha":null,"homepage":"https://jofaval.github.io/calculadora-nomina/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jofaval.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-15T21:34:06.000Z","updated_at":"2023-03-07T08:06:56.000Z","dependencies_parsed_at":"2023-01-23T21:45:29.240Z","dependency_job_id":null,"html_url":"https://github.com/jofaval/calculadora-nomina","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jofaval/calculadora-nomina","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jofaval%2Fcalculadora-nomina","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jofaval%2Fcalculadora-nomina/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jofaval%2Fcalculadora-nomina/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jofaval%2Fcalculadora-nomina/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jofaval","download_url":"https://codeload.github.com/jofaval/calculadora-nomina/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jofaval%2Fcalculadora-nomina/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31952206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"ssl_error","status_checked_at":"2026-04-18T00:39:20.671Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react","salary","salary-calculator","self-management","spain","tailwindcss","typescript","vite","vitejs"],"created_at":"2024-10-03T00:40:37.111Z","updated_at":"2026-04-18T01:01:34.135Z","avatar_url":"https://github.com/jofaval.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Calculadora de nómina\n\n![NPM](https://img.shields.io/badge/npm-8.12.1-green?color=green\u0026style=flat)\u0026nbsp;![Node.js](https://img.shields.io/badge/node-v18.5.0-green?color=green\u0026style=flat)\u0026nbsp;![PNPM](https://img.shields.io/badge/pnpm-7.11.0-yellow?color=yellow\u0026style=flat)\u0026nbsp;![React](https://img.shields.io/badge/react-18.2.0-blue?color=blue\u0026style=flat)\u0026nbsp;![TypeScript](https://img.shields.io/badge/typescript-4.8.3-blue?color=blue\u0026style=flat)\n\n## Contenidos\n\n1. [Motivo](#motivo)\n1. [CHANGELOG](#changelog)\n1. [Diseño](#diseño)\n1. [Despliegue](#despliegue)\n   1. [Instalación](#instalación)\n1. [Tech stack](#tech-stack)\n1. [Scripts](#scripts)\n   1. [Entorno de desarrollo](#entorno-de-desarrollo)\n   1. [Build](#build)\n   1. [Testing](#testing)\n1. [Créditos](#créditos)\n1. [Autor](#autor)\n\n## Motivo\n\n[Volver a los contenidos](#contenidos)\n\nPorque ya existen muchas, pero seguramente registren tus datos internamente (podrá estar en las políticas, pero sigue sin ser de mi agrado).\n\n## Diseño\n\n[Volver a los contenidos](#contenidos)\n\n![Formulario](./design/form-view.excalidraw.png)\n\n## CHANGELOG\n\n[Volver a los contenidos](#contenidos)\n\nEn el fichero con el mismo nombre, [CHANGELOG.md](./CHANGELOG.md).\n\n## Despliegue\n\n[Volver a los contenidos](#contenidos)\n\nIntegración CI/CD con Github Actions, desplegado en Github Pages.\n\n[jofaval.github.io/calculadora-nomina](https://jofaval.github.io/calculadora-nomina)\n\n### Instalación\n\n[Volver a los contenidos](#contenidos)\n\nPara instalarte el repositorio en local:\n\nClónalo\n\n```bash\ngit clone https://github.com/jofaval/calculadora-nomina.git\n```\n\nY posteriormente instala todos los paquetes:\n\n```bash\npnpm install # preferido\n# npm install\n# yarn install\n```\n\n## Tech stack\n\n[Volver a los contenidos](#contenidos)\n\n- React + TypeScript\n- PNPM\n- Tailwindcss\n\n## Scripts\n\n[Volver a los contenidos](#contenidos)\n\n### Entorno de desarrollo\n\n[Volver a los contenidos](#contenidos)\n\n```bash\npnpm run start\n```\n\n### Build\n\n[Volver a los contenidos](#contenidos)\n\n```bash\npnpm run build\n```\n\n### Testing\n\n[Volver a los contenidos](#contenidos)\n\nDadas las dimensiones del proyecto, testing no será necesario\n\n```bash\npnpm run test\n```\n\n## Créditos\n\n[Volver a los contenidos](#contenidos)\n\n- Proyecto de React y TypeScript sin CRA (Create React App)\n  - https://levelup.gitconnected.com/freedom-from-create-react-app-how-to-create-react-apps-without-cra-27fadeb79c82\n  - https://dev.to/ivadyhabimana/how-to-create-a-react-app-without-using-create-react-app-a-step-by-step-guide-30nl\n  - https://dev.to/deadwing7x/setup-a-react-app-using-webpack-babel-and-typescript-5927\n- Proyecto con la configuración de vite inicializada gracias a su starter cli. `npx vite`\n\n## Autor\n\n[Volver a los contenidos](#contenidos)\n\nPepe Fabra Valverde - Software Engineer, puedes contactarme a través de mi [LinkedIn](https://linkedin.com/in/jofaval).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjofaval%2Fcalculadora-nomina","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjofaval%2Fcalculadora-nomina","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjofaval%2Fcalculadora-nomina/lists"}