Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/shapes #235

Open
wants to merge 45 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
0d7303f
Add gitignore file #90
adrianmi89 Feb 26, 2024
dc560d7
Add liveshare files #88
adrianmi89 Feb 26, 2024
eace20d
Add register.html file #88
adrianmi89 Feb 27, 2024
bf2a788
Add the layer of the arquitecture web files #88
adrianmi89 Feb 28, 2024
6a9dffb
Add the login and register modificado #88
adrianmi89 Feb 29, 2024
9a7c722
Add ultimate files #88
Mar 3, 2024
0dc6010
Add ultimate files #88
Mar 3, 2024
8490a90
Add ultimate files
adrianmi89 Mar 3, 2024
d147299
Add home.js and logic.js changes #88
Mar 4, 2024
077c5ce
Merge branch 'feature/liveshare' of https://github.com/adrianmi89/eur…
Mar 4, 2024
d2582de
Corregir proceso de login file #88
Mar 4, 2024
10ed25c
Add files update to the ultimate version file #88
Mar 4, 2024
1036a66
Add Ultimate version redirect home.js width the data file #88
Mar 5, 2024
de22dec
Update style.css and other small changes file #88
Mar 6, 2024
e07471e
Add files for multiusers online file #88
Mar 6, 2024
c0245f7
Update data.js for change saveUser(user) at saveUsers(user) file #88
Mar 7, 2024
7d7d09c
Update home.html and style.css file #88
Mar 7, 2024
140f6e6
Delete spaces in line 9 and separate functions file #88
Mar 7, 2024
4ce063d
Add files data.js, home.js, logit.js and syles.css to the ultimate ve…
adrianmi89 Mar 10, 2024
4ac55ac
Add a small changes in the style.css and home.js #88
adrianmi89 Mar 10, 2024
dd8f878
Error en la línea 230 #88
adrianmi89 Mar 11, 2024
e6310eb
Files update to the ultimate version #88
Mar 12, 2024
e4a1caa
fixed some bugs #88
Mar 12, 2024
e0480b8
Add changes in the styles and delete the if in the function ValidateT…
Mar 13, 2024
8ddc7aa
Add ultimate files #88
Mar 13, 2024
2b3dcbf
Update home.html and data.js files #88
Mar 15, 2024
f6a8917
Add home.js an logic.js at the ultimate version #88
adrianmi89 Mar 15, 2024
78e2e05
Merge branch 'feature/liveshare' of https://github.com/adrianmi89/eur…
Mar 17, 2024
92c9d74
Add styles.js in the ultimate version #88
Mar 17, 2024
9081975
Fixing some bugs #88
Mar 18, 2024
e382f78
Add the posts to the HTML with the printPost() function and control t…
Mar 18, 2024
478668c
Update home.html and style.css file (WIP) #88
Mar 19, 2024
0e2e424
Add the penultimate version #212
Mar 26, 2024
50c2187
Add the penultimate version #212
Mar 26, 2024
65b12e1
Add utimates files Hangman with JS 5 #212
Mar 27, 2024
a365916
Handman updated to latest version with some bugs fixed #212
Mar 28, 2024
e50f065
Add Three-in-a-Row files #212
Apr 1, 2024
e646d1d
Add Pixel-art files #212
Apr 1, 2024
0021b59
Add Pixel-art files with independent components #212
Apr 3, 2024
ea9fd71
Add Pilar-art files with independent components and the class replace…
Apr 4, 2024
75d090f
Buscaminas pending transcription #212
Apr 4, 2024
cd0647b
Sin cambios
Apr 4, 2024
6530223
.gitinore update
Apr 5, 2024
0e14c53
Add Buscaminas ultimate version #212
Apr 5, 2024
c50b53e
Add components and logic folder to separate the logic off the compone…
Apr 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions staff/adrian-martinez/.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?
4 changes: 4 additions & 0 deletions staff/adrian-martinez/shapes/BuscaMinas/App.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

function App(){

}
9 changes: 9 additions & 0 deletions staff/adrian-martinez/shapes/BuscaMinas/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

.board{
display: flex;
margin-left: 10%;
margin-top: 100px;
width: 500px;
height: 500px;
border: 2px solid black;
}
23 changes: 23 additions & 0 deletions staff/adrian-martinez/shapes/BuscaMinas/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' href="index.css">
<title>BuscaMinas</title>
</head>
<body>
<div id="root"></div>

<script src="https://unpkg.com/react@18/umd/react.development.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@18/umd/react-dom.development.js" crossorigin></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/7.24.3/babel.min.js"
integrity="sha512-ew/qzOMK7mnWiZ395TTbZ+YVD6e7dOROUcXXzSjyxPmL9oNf5gp8DJp46uarrTKch5aUhR/NS8qtCh6hnaTMCw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>


<script src="App.jsx" type="text/babel"></script>
<script src="index.jsx" type="text/babel"></script>
</body>
</html>
Empty file.
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 },
],
},
}
24 changes: 24 additions & 0 deletions staff/adrian-martinez/shapes/MigrationReact/MineSweeper/.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?
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
13 changes: 13 additions & 0 deletions staff/adrian-martinez/shapes/MigrationReact/MineSweeper/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MineSweeper</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
Loading