This is a repo containing all my projects, link to the ones deployed and the source code. Este repositorio contiene todos mis proyectos, links a los que tienen hecho el deploy y el código fuente.
For React you need to have installed node.js and npm. Use the following cmds on the main folder
npm install
npm run dev- Client Side React
First React App. Created to start learning about React hooks, custom hooks, helpers, etc.
Primera applicacion de React. Fue creada para empezar a aprender sobre React hooks, custom hooks, helpers, etc.
- Client Side React - React Router - Bootstrap
HeroesApp is a simple project where I put on the table everything i learned so far in the course i'm taking. Context, React Router, Hooks, Custom Hooks, etc.
HeroesApp es un proyecto simple donde pongo sobre la mesa todo lo que aprendí hasta ahora en el curso que estoy haciendo. Context, React Router, Hooks, Custom Hooks, etc.
Escuderias y pilotos (Teams and Pilots) is a Windows Forms application that aims to summarize what I learned about OOP, SQL Queryes and Paralellism.
Escuderias y pilotos es una aplicación de Windows Forms que pretende resumir lo aprendido sobre POO, consultas SQL y paralelismo.
La Comanda is an API made with the PHP framework Slim. This API aims to make a bar circuit where you can order food, drinks, etc. You have different types of models (owner, employees, etc), this app is not back-to-back finished but the API expierence is fulfilled.
La Comanda es una API hecha con el framework de PHP Slim. Esta API tiene como objetivo hacer un circuito de barra donde podes pedir comida, bebidas, etc. Tienes diferentes tipos de modelos (dueño, empleados, etc), esta aplicación no está terminada all 100% pero los requerimientos basicos de una API estan cubiertas.