You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📂 Como um grande fã da Marvel e um apaixonado por tecnologia e jogos, este projeto sem dúvidas é um dos meus favoritos até agora. O projeto tenta emular os jogos antigos de luta, com os personagens da Marvel. Desenvolvido com Javascript, usando objetos, classes, etc.
This educational project for Microverse Module 2 involves creating a straightforward website that shows a list of books and lets you add and remove books from that list. The intention is to use modules and learn ES6 syntax to make it more orderly. built with JavaScript, CSS and HTML.
A aplicação consiste em um site de gestão escolar utilizando o método Single Page Application, com um sistema de cadastro, consulta e detete de alunos, professores, cursos, utilizando Java Script para a manipulação da página implementando a lógica para a navegação entre os Layouts.
The JavaScript Master repository is designed to help you master JavaScript through a series of advanced hands-on projects and exercises. The course covers advanced JavaScript concepts with projects like a dynamic to-do list application, a basic e-commerce site and more. For more details, you can check the README.
Awesome Books is a light, book list single page application, which lets users add and remove books. Every book has a title and author. It also persists the book list on the Local Storage, and it’s retrieved every time the page loads. This project is a refactoring of my previous project but using ECMAScript object-oriented approach.
Desafio: Desenvolvimento de Contas Bancárias com JavaScript (POO). Por meio deste programa você deve permitir que o usuário consiga criar `3 tipos de conta bancária`: 'comum', 'cc' e 'cp', que terão funcionalidades para a realização de procedimentos bancários como depositar, sacar, transferir, ver saldo e ver extrato.
I built this JavaScript application where we can move items around. I worked with classes and with the Object Oriented Programming (OOP) approach. I also worked with the DOM, I moved elements around and with event listeners. I used a callback pattern to pass functions to other instances so that from inside they could be called upon certain events.
Object-Oriented Programming (OOPs) is a paradigm that models real-world entities using objects, making code easier to manage, reuse, and scale. JavaScript's ES6+ classes and prototype-based inheritance make it ideal for learning and applying OOP effectively.
This is a Vanilla Javascript App using classes to create the entire Application. It has features such as: Adding, deleting and liking a card. Server-side validation, for the forms, for entering information.