Skip to content

Commit

Permalink
Merge pull request #3 from juanmisiac/dolarcito-v2
Browse files Browse the repository at this point in the history
Intentando hacer un merge y deshacerme de una vez de la rama dolarcito-v2
  • Loading branch information
juanmisiac authored May 20, 2024
2 parents 6ac3ea5 + c7c6bc7 commit bb17c56
Show file tree
Hide file tree
Showing 5,251 changed files with 501,866 additions and 525 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
21 changes: 21 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:react/recommended',
'plugin:react/jsx-runtime',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parserOptions: { ecmaVersion: 'latest', sourceType: 'module' },
settings: { react: { version: '18.2' } },
plugins: ['react-refresh'],
rules: {
'react/jsx-no-target-blank': 'off',
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },
],
},
}
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ Actualmente me encuentro reconstruyendo este proyecto desde cero utilizando Reac

<img src="https://media.licdn.com/dms/image/D4D22AQGSPCY4S7CuEw/feedshare-shrink_2048_1536/0/1713902844814?e=1717632000&v=beta&t=Uc0He_Hf-eYZNCaC3Oaf-c384fV85-dmpxbSdmdXoJk" width="720"/>


282 changes: 0 additions & 282 deletions css/styles.css

This file was deleted.

Binary file removed img/EsJS-logo.png
Binary file not shown.
5 changes: 0 additions & 5 deletions img/arrow-exchange.svg

This file was deleted.

3 changes: 0 additions & 3 deletions img/exchange.svg

This file was deleted.

Binary file removed img/favicon.ico
Binary file not shown.
Binary file removed img/fondo-dolares-mobile.webp
Binary file not shown.
Binary file removed img/fondo-dolares.webp
Binary file not shown.
Binary file removed img/github-icon.png
Binary file not shown.
Binary file removed img/linkedin-icon.png
Binary file not shown.
14 changes: 6 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cotizaciones del Dolar</title>

<link rel="stylesheet" href="./css/styles.css">
<link rel="shortcut icon" href="./img/favicon.ico" type="image/x-icon">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="./src/img/logo-favicon.webp" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dólarcito</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&family=Ubuntu&display=swap" rel="stylesheet">
Expand Down
Loading

0 comments on commit bb17c56

Please sign in to comment.