Tag: Project

Recent Post

Build a Visitor Counter with JavaScript & Node.js

The counter tracks visits and pageviews independently with a simple backend.

Frontend pagination with vanilla JavaScript

Improve efficiency by avoiding unnecessary loading with JavaScript pagination.

HTML Table of Contents Generator

A JavaScript solution for generating a table of contents for HTML content.

Random quotes generator

Create a random quotes generator app using HTML, CSS and JavaScript

Instant and dynamic HTML table creation with JavaScript

Create HTML tables instantly and according to desired preferences

Create a JavaScript countdown timer

Count down to an event with a vanilla JavaScript countdown timer

Build a mobile-friendly testimonials slideshow

Use HTML, CSS and JavaScript to build testimonials that users can cycle through

Build a mobile-first, collapsible navbar

Learn how to code a collapsible navbar using HTML, CSS and JavaScript

Create a JavaScript news app

Use JavaScript's fetch to import data and create a dynamic news app

How to build a JavaScript calculator

Program a functional calculator using only HTML, CSS and JavaScript