gottium-kaique /
calculadoradeimc-ts
Calculadora de IMC feita com TypeScript, com versão para mobile, e para web.
28/100 healthLoading repository data…
NobodyDe / repository
Calculadora web de alta performance focada em boas práticas de arquitetura. Desenvolvida com React e TypeScript, utilizando separação de responsabilidades (Clean Code) onde regras matemáticas e validações (como restrição de operadores) são isoladas em classes puras, garantindo escalabilidade e facilidade de testes para a interface (UI).
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.
If you are developing a production application, we recommend updating the configuration to enable type-aware lint rules:
export default defineConfig([
globalIgnores(['dist']),
{
files: ['**/*.{ts,tsx}'],
extends: [
// Other configs...
// Remove tseslint.configs.recommended and replace with this
tseslint.configs.recommendedTypeChecked,
// Alternatively, use this for stricter rules
tseslint.configs.strictTypeChecked,
// Optionally, add this for stylistic rules
tseslint.configs.stylisticTypeChecked,
// Other configs...
],
languageOptions: {
parserOptions: {
project: ['./tsconfig.node.json', './tsconfig.app.json'],
tsconfigRootDir: import.meta.dirname,
},
// other options...
},
},
])
You can also install eslint-plugin-react-x and eslint-plugin-react-dom for React-specific lint rules:
// eslint.config.js
import reactX from 'eslint-plugin-react-x'
import reactDom from 'eslint-plugin-react-dom'
export default defineConfig([
globalIgnores(['dist']),
{
files: ['**/*.{ts,tsx}'],
extends: [
// Other configs...
// Enable lint rules for React
reactX.configs['recommended-typescript'],
// Enable lint rules for React DOM
reactDom.configs.recommended,
],
languageOptions: {
parserOptions: {
project: ['./tsconfig.node.json', './tsconfig.app.json'],
tsconfigRootDir: import.meta.dirname,
},
// other options...
},
},
])
Selected from shared topics, language and repository description—not editorial ratings.
gottium-kaique /
Calculadora de IMC feita com TypeScript, com versão para mobile, e para web.
28/100 healthsallco /
Calculadora web desarrollada con arquitectura basada en componentes usando TypeScript. Incluye operaciones básicas, decimales, módulo, división y manejo de errores. Implementa testing automatizado, Storybook, hooks personalizados y reglas de linting configuradas para mantener calidad y consistencia en el código.
49/100 healthjoaquinjachow /
🚀 Calculadora de Peso Planetario - Descubre cuánto pesarías en diferentes planetas del sistema solar. Aplicación web interactiva con gráficos, comparaciones educativas y tema claro/oscuro. Desarrollada con Next.js 14, TypeScript y Tailwind CSS.
CarlosVinicios99 /
Projeto de calculadora desenvolvida com React e Typescript.
27/100 healthfacubirgi /
Sitio donde subo mi pequeño proyecto de menú de restaurante, con calculo del total a pagar mas propina
31/100 healthing12 /
Aplicación web desarrollada con React, TypeScript y Tailwind CSS para gestionar pedidos de consumo y calcular automáticamente propinas y totales.
51/100 health