ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Sep 12, 2024Building a Simple To-Do App with JavaScript: Local Storage and State ManagementIn this tutorial, we’ll build a simple to-do list application using JavaScript, where tasks can be added, removed, and stored persistently using the browser’s local storage. We’ll also explore how to manage the application’s state effectively as it e...DiscussJavaScript
Leandro Gartnerblog.gartnerleandro.es·May 27, 2024Aprende JavaScript Desde Cero: Introducción y Primeros PasosHasta ahora en mis publicaciones he estado hablado sobre la estructura de una página web (HTML) y cómo hacer que se vea más bonita (CSS), en este post voy a ir un paso más allá y voy a explicar cómo hacer que una página web trabaje con datos y lógica...Discuss·35 readsaprender javascript
Bahnisikha Dharbahnisikha.hashnode.dev·May 26, 2024How to make Reusable components in Vanilla Javascript using ModulesHave you ever faced the issue of repeatedly writing code for the same header/footer for different components of your vanilla Javascript project? Have you ever felt it would have been beneficial if you could write code once and reuse it wherever neces...Discuss·3 likes·93 readsreusable vanilla javascript component
Risav Karnarisav.dev·Apr 26, 2024More Slide-y ThinkingLet's pick it up right where we left off last time. A Minimal Requirement Analysis We might need to have a lot more images in a slideshow. We will have to find ways to keep movements smooth using the appropriate CSS for the transitions and/or animati...Discuss·28 readsAna TutorialsFirst Principles
Samoinasamoina.hashnode.dev·Jan 18, 2024Creating Tic-Tac-Toe using Vanilla HTML/CSS/JavascriptTic Tac Toe is a classic two-player game that uses a 3X3 board layout. The players choose between two symbols - either the X or the O. The end goal of the game is to ensure that one's symbols are arranged in a straight line - whether that's horizonta...DiscussVanilla JS
Sourabhsourabhnerlekar.hashnode.dev·Dec 31, 2022Unleashing the Purity of JavaScript: Embracing the Dominance of Vanilla CodeIn the dynamic world of web development, there's a term that echoes with a certain authority: "Vanilla JavaScript." It's not just a coding practice; it's a philosophy, a return to the roots of the language, unburdened by the complexities of external ...DiscussJavaScript