piedro404 /
calculadora-posto-reactjs-curso
Projeto do curso de ReactJs + TypeScript, onde desenvolvemos uma simples pagina que calcular se compensa usar álcool ou gasolina.
39/100 healthLoading repository data…
EduardoValentin-codar / repository
Calculadora de Gasolina x Álcool desenvolvida com React, Vite e TypeScript. Possui interface minimalista e intuitiva, permitindo calcular rapidamente qual combustível oferece o melhor custo-benefício com base nos preços informados. Projeto responsivo utilizando HTML e CSS.
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.
piedro404 /
Projeto do curso de ReactJs + TypeScript, onde desenvolvemos uma simples pagina que calcular se compensa usar álcool ou gasolina.
39/100 healthThiago0808 /
A small gasoline and alcohol calculator project, for training in React, Typescript, and Branches | Um pequeno projeto de calculadora de Gasolina e Álcool, para treinar React, Typescript e Branches
37/100 healthDaniel-wews /
calculadora de gasolina criada em react usando typescript
27/100 healthlucasgomesdacruz /
Calculadora desenvolvida em ReactJs e typescript
40/100 healthFelipeserpa /
Calculadora Posto de gasolina feita com React, Aplicação realizada com curso React & typescript
27/100 healthsheroques /
Projeto de estudo utilizando react e typescript com node
27/100 health