There are 0 repository under oop-in-javascript topic.
🚀 Save my Chatbot: Download your Claude, Perplexity, Phind, ChatGPT and MaxAI-Google threads and pages into markdown files (unofficial). ⏩ Now available in the Chrome Web Store and the Firefox Add-ons Store!
TypeScript version of Chattitude
Object Oriented Programming Concepts Notes
IRONHACK module #1 project
ComfortableJS is a JavaScript library that provides utilities for common programming tasks, that make coding in JavaScript easier and cleaner. ComfortableJS uses Object-oriented programming (OOP) approach to build its libraries: Unlike other similar libraries that use the functional programming approach, for example, the popular Lodash library.
Api for developer blog and personal website
Repositório com arquivos de exercícios e experimentações em JavaScript, criados para fins de estudos e práticas de programação.
A modern Snake game featuring an artificial intelligence powered by Deep Q-Learning (TensorFlow.js). Written in pure, object-oriented JavaScript, with a 3D rendering engine powered by Three.js.
A front-end project that reproduce and simulate TikTok platform.
Ce répertoire regorge un ensemble de codes qui va vous permettre de mieux comprendre la programmation orientée objet avec Javascript
A comprehensive guide to JavaScript, covering essential concepts, advanced topics, and problem-solving techniques. This repository includes in-depth resources for functional programming, object-oriented programming (OOP), data structures, algorithms, and numerous solved LeetCode problems.
A simple schema-based IoC container for Typescript.
JavaScript Code
javaScript course for bignners to advance level .
Curso Web Full Stack da Let's Code - 01/2022 a 07/2022
📢🏅 Vocabulary Learning Site using Speech Synthesis. 3rd year IT studies project.
Browser game made using OOP approach, units movement logic was built from scratch and there is an implemented ability to drag and drop them.
This Trivia App will generate some questions about a bunch of random topic from Open Trivia DB. You can submit your answer and get the result!
OOP base project Transport management system. Using C# with window fomr
🌐 Exploring TypeScript and Advanced OOP | Fullstack Developer Bootcamp Homework 🚀
WEB Drawing in HTML5
💫 CCOBJPGL-PY - Object-Oriented Programming in JavaScript
Esse repositório foi feito para conter todos os exercícios feitos por mim ao longo do curso de desenvolvimento web na Trybe.
Neste projeto apliquei os princípios da arquitetura SOLID e os princípios de POO em uma estrutura de jogos de interpretação de papéis, mais conhecidos como jogos RPG (Role Playing Game).
🚀 Dive into Object-Oriented Programming (OOP) with JavaScript! Learn about classes, objects, inheritance, encapsulation, and polymorphism. Elevate your coding skills and contribute to the JavaScript community! 💻✨
A mini ordering service app between senders and drivers
A small TypeScript library for designing models with built-in validity.
This is a portfolio of my work built using React . The react-app shows my projects, details about myself and ways recruiters can contact me, including EmailJS. Includes features of dark mode/light mode and 'glowing' pointer cursor to navigate the page.
Simple wrapper for Bolt IoT API - https://cloud.boltiot.com/api
A classic Arkanoid Game developed using pure JavaScript, HTML5, and CSS. Created to practice Object-Oriented Programming (OOP) principles in JavaScript.
This is a to-do list website that allows visitors to browse, add, modify, and remove tasks from a list, as well as check a task as finished and clear all completed tasks. I utilized JavaScript with OOP and modules in this project, as well as Jest to test its functionality and Webpack to bundle it and handle dependencies.
My homework solutions on SkillFactory course
Examples of design patterns and guide how to implement them ;)
This list covers essential JavaScript topics, including design patterns, memory management, event loops, concurrency, functional programming, async/await, recursion, and advanced algorithms. Enhance your skills with real-world challenges and expert insights! 🚀
A beginner-friendly project demonstrating Object-Oriented Programming (OOP) concepts in JavaScript. This includes examples of classes, constructors, objects, encapsulation, inheritance, and methods — explained with clear code and real-life analogies. Great for learners starting with JavaScript OOP.