blog.nemotivity.devWhat to Check during JavaScript Code Review(This article was primarily written for another blog. The language of this article is more formal. Please let me know your thoughts through the comments.) Writing better and high-quality code is essential. Better code makes software stable and seamle...Apr 17, 2022·9 min read
blog.nemotivity.devBuild a Tic Tac Toe Game with JavaScriptThis article is going to be a fun one. In this article, we'll be building a Tic Tac Toe game just by using HTML, CSS, and JavaScript. This is going to be an easy one. Both the inputs have to be placed by the user. But in another article, we will be c...Jul 16, 2021·15 min read
blog.nemotivity.devHow to Build an Animated Counter with JavaScriptI am sure at some point in your life while browsing the web, you have found a web page that shows an animated counter. A counter that starts from 0 and goes all the way up to some given number. Here is an example of how such a counter looks. In this...Jul 10, 2021·8 min read
blog.nemotivity.devBuild a Password Generator with JavaScriptBuilding a JavaScript project always gives an excellent overview of the internals of the language. And also, it helps to make the portfolio better. In today’s article, we will be building a fantastic mini JavaScript project. We aim to develop a Passw...Jul 3, 2021·17 min read
blog.nemotivity.devBuild a Weather App with JavaScriptBuilding a Weather app with JavaScript is an excellent project for beginners. It helps to understand the core basics of the DOM and teaches how to use fetch API, to call and get data from a third-party service. In this tutorial, we'll be building a g...Jun 25, 2021·15 min read