SharathchandarKsharathchandark.hashnode.dev·Dec 5, 2024Word & Character Counter in HTML CSS and JavaScriptOverview: How To Build a Live Word & Character Counter Using HTML CSS and JavaScript | Word Counter in JavaScript | Live Word Counter in JavaScript. Welcome to our JavaScript Word and Character Counter App Coding Tutorials. In this video, we’ll walk ...DiscussJavaScript
Vasant Mestryvasantmestry.hashnode.dev·Nov 28, 2024Building a React Counter: A Beginner's GuideHello guy’s, today we’re going to create a simple counter application in React. This application will increment the count by one. Prerequisite Familiarity with JS React Fundamentals (Components , useState and useEffect). Installation It is super...Discuss·1 likeReact
Vasant Mestryvasantmestry.hashnode.dev·Nov 7, 2024Day 2 of 30 days of JavaScript ChallengeHello guys welcome back to new series of JavaScript, where we‘ll be solving 30 days of JavaScript Questions from LeetCode. Here is link of all the problems In this series, we'll tackle each question one by one. I'll guide you by providing solutions a...Discuss30 days of JavaScript LeetcodeJavaScript
Mishael Enyimishael-codes.hashnode.dev·Jan 6, 2024How to Create a Counter App: React Custom HooksIntroduction A few weeks ago, I was given an exam to create a React Counter app, but the catch was to use a custom hook. Of course, then it seemed a bit difficult, but recently I decided to build it again, and this article discusses the approach I to...Discuss·1 like·38 readsReact
Palash Dhavletroncodes.hashnode.dev·Sep 13, 2023Cool looking counter in plain HTML,CSS and JSWe need a counter for a lot of stuff when building web apps whether be it displaying the number of users who visited our site, live views or any other stats. We can easily make one by simply using JS to manipulate the text inside an element that hold...Discuss·52 readsJavaScript
Brittanysincerelybrittany.hashnode.dev·Jun 13, 2023Pramp - Interview Type: Frontend - Flip CounterHey there! It has been a while since I blogged, but I want to become more active, especially as I begin to study more for interviews. I recently had a practice interview with PRAMP, where I signed up for a front-end interview that focused on building...Discussfrontend
Raj Sarkarrajsarkar.hashnode.dev·May 15, 2023Counter App using React and TailwindCreating the Counter component Let's create a new Counter component. Inside the component, we'll import the useState hook from React, to define a new state variable called count and a function called setCount that will update the count state. Let's i...Discuss·291 readsReact
Shahnawaz Alamcodesam.hashnode.dev·Mar 23, 2023First Flutter ApplicationIn this blog post, we will be discussing how to create a flutter application and run it. A flutter application is created using the Dart programming language and the Flutter SDK. The dart:ui library provides the basis for all of the Flutter UI compo...Discuss·92 readsFlutter
Ephraim Umunnauptown.hashnode.dev·Mar 9, 2023How to Create a Counter App With ReactIntroduction React, a JavaScript library is popular among developers worldwide. It allows you to compose complex, and interactive user interfaces(UIs) from reusable code blocks called “components”. This article is beginner-friendly. It offers detaile...Discuss·4 likes·30 readsReact
Joe Georgegeorgejoe.hashnode.dev·Jan 11, 2023Building a Counter app using ReactCounter app is a simple tool for counting things and keeping track of numbers. It consist mainly of an increment button, decrement button, display, and reset button. This task was given by Altschool Africa for second semester examination. This is a d...Discuss·49 reads#counterapp