Doro Onome

Doro Onome is a software developer building amazing things and learning a lot along on the way.
Author Insights

7

0

0
Doro Onome is a software developer building amazing things and learning a lot along on the way.
7
0
0
Feb 24, 2022
Memes are a stimulating and fun way to pass messages to people. This tutorial will take you through a step-by-step guide on how you can build a simple meme generator with JavaScript (no frameworks involved) and...
Dec 17, 2021
A currency converter is an application that displays the equivalent value represented by the different currencies in the world. This article will give the reader a step-by-step guide on building a currency...
Oct 28, 2021
This tutorial will show you how to build a quiz app with HTML, CSS, JavaScript, and Tailwind CSS without using any Javascript frameworks.
Aug 25, 2021
Streaming music is a major activity people use the internet these days. For this reason, creating a media platform with a regular music player app features is great and fun project.
Jul 27, 2021
The Hangman game is a word-guessing game where one player picks a secret word, and the other player tries to guess it.
May 28, 2021
Building a web calculator is a great project, especially if you have just started learning JavaScript. It is quite simple for people of any skill level. This project covers the interactions with UI and key...
Apr 4, 2021
Have you ever wanted to implement biometric two-factor authentication in your Django web application? If you answered yes, then this article is just what you need to get started.