Nemo

Nemo

Follow
homeMe?JS ProjectsSponsor Mebadgesnewsletter
Series

JavaScript Projects

JavaScript Projects series is a series where I'll share easy-to-implement and straightforward apps that can be built with basic JavaScript.

Articles in this series

Build a Tic Tac Toe Game with JavaScript

Jul 16, 202115 min read

This 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...

Build a Tic Tac Toe Game with JavaScript

How to Build an Animated Counter with JavaScript

Jul 10, 20218 min read

I 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...

How to Build an Animated Counter with JavaScript

Build a Password Generator with JavaScript

Jul 3, 202117 min read

Building a JavaScript project always gives an excellent overview of the internals of the language. And also, it helps to make the portfolio better. In...

Build a Password Generator with JavaScript

Build a Weather App with JavaScript

Jun 25, 202115 min read

Building 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...

Build a Weather App with JavaScript

Build a Piano App using JavaScript

Jun 10, 202112 min read

In this tutorial, we will be building a piano using HTML, CSS, and JavaScript. This will be a great article to learn about some new stuff, like the...

Build a Piano App using JavaScript

Create a Javascript Covid 19 Tracker

Jun 7, 20217 min read

In this article, we will be building a web-based COVID 19 tracker using HTML, CSS, and Javascript, which tracks the coronavirus cases in the World for...

Create a Javascript Covid 19 Tracker