GabaDev's repositories
EmailSendingForm
A form for sending email, with validation fields. From the course "Modern JavaScript", by Juan Pablo de la Torre, with many code modifications by myself.
WeatherApp
Weather application, with Open Weather API
axiosBoredApi
This is a small web app, built as part of Angela Yu's course, using Express, EJS, and Axios, in the learning path of API requests.
MyShoppingList
FORKED_MyShoppingList is a different to-do type app.
MyToDoList
My to-do list, working with LocalStorage
AppointmentManager
An appointment manager, works locally. From the course of "JavaScript Moderno" by Juan Pablo de la Torre (Udemy).
CapstoneProjectv3
Blog web application, part of my learning practice. Using EJS.
notes-app
FullStack Notes application, based with React/Vite, HTML, CSS, Node.js, Express, Pssport.js and postgre.
SimonGame
A basic Simon Game, from the Udemy course "Complete Web Development", by Angela Yu.
tic-tac-toe-game
A simple and interactive Tic-Tac-Toe game built using React.js. This project demonstrates fundamental React concepts such as state management with 'useState', passing props between components, and handling events. The game features a 3x3 grid where two players can take turns to place their marks (X and O) and the game detects the winner or a tie.