Starting from the WelcomeCounterApp component i.e., our Home page, which is in the Welcome.js file. The output and the code will be shown below: import React from "react"; import {Link} from "react-router-dom"; import "./App.css" import { Helmet } f...