Hex Color/Shades Generator of Given Color Using JavaScript values.js React

Hex Color/Shades Generator of Given Color Using JavaScript values.js React

September 21, 2022

App.js import React, { useState } from 'react' import SingleColor from './SingleColor' import Values from 'values.js' function App() { const…

Build Tic-Tac-Toe Strategy Board Game in React.js

September 21, 2022

Tic-Tac-Toe Strategy Board Game in React.js App.js import React, { Component } from 'react' import {initializeApp} from 'firebase/app' import {getAuth,signInWithPopup,FacebookAuthProvider}…

Build Bitly URL Shortener Clone Using Node.js Express EJS MySQL

September 21, 2022

npm init -y npm i express npm i mysql npm i shortid npm i ejs index.js const express = require("express");…

Build React.js Express SQLite3 CRUD App Using Sequelize & Node.js

September 21, 2022

CRUD App with React Hooks (+Axios) A simple CRUD (Create, Retrieve, Update, Delete) app with React Hooks (+Axios) consuming a…

Scrape YouTube Keyword Suggestions Using Node.js Express Puppeteer

September 21, 2022

Install Dependencies npm init -y npm i express npm i puppeteer npm i ejs npm i google-search-results-nodejs npm i puppeteer-extra…

How To Scrape YouTube Video Using Node.js Express Puppeteer

September 21, 2022

Install Dependencies npm init -y npm i express npm i puppeteer npm i ejs npm i google-search-results-nodejs npm i puppeteer-extra…

[Fixed] HTTPS is invalid and might prevent it from being indexed

September 19, 2022

You might have recently noticed a strange error in Google Search Console's URL inspection tool. The error is "HTTPS is…

Mermaid Live Editor | Guide for Beginners

September 19, 2022

Mermaid Live Editor is an online tool that allows us to create, edit, preview, and share Mermaid diagrams/charts. It is…

Mermaid Comments | How To Write Comments in Mermaid.js

September 19, 2022

Mermaid Comments You can add comments in Mermaid.js after double percent signs %% %% This is a comment in Mermaid.js…

Mermaid JS Themes in JavaScript

September 19, 2022

Mermaid JS Themes index.js import { getThemeVariables as baseThemeVariables } from './theme-base'; import { getThemeVariables as darkThemeVariables } from './theme-dark';…