App.js import React, { useState } from 'react' import SingleColor from './SingleColor' import Values from 'values.js' function App() { const…
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}…
npm init -y npm i express npm i mysql npm i shortid npm i ejs index.js const express = require("express");…
CRUD App with React Hooks (+Axios) A simple CRUD (Create, Retrieve, Update, Delete) app with React Hooks (+Axios) consuming a…
Install Dependencies npm init -y npm i express npm i puppeteer npm i ejs npm i google-search-results-nodejs npm i puppeteer-extra…
Install Dependencies npm init -y npm i express npm i puppeteer npm i ejs npm i google-search-results-nodejs npm i puppeteer-extra…
You might have recently noticed a strange error in Google Search Console's URL inspection tool. The error is "HTTPS is…
Mermaid Live Editor is an online tool that allows us to create, edit, preview, and share Mermaid diagrams/charts. It is…
Mermaid Comments You can add comments in Mermaid.js after double percent signs %% %% This is a comment in Mermaid.js…
Mermaid JS Themes index.js import { getThemeVariables as baseThemeVariables } from './theme-base'; import { getThemeVariables as darkThemeVariables } from './theme-dark';…