Show Alert Notification Messages Using React.js Notyf Library

Show Alert Notification Messages Using React.js Notyf Library

September 22, 2022

npx create-react-app alertdemo cd alertdemo npm i notyf Notyf is a minimalistic JavaScript library for toast notifications. It is responsive,…

Show Material Toast Notification Snackbar Messages Using React.js Notistack Library

September 21, 2022

npx create-react-app notistackdemo cd notistackdemo npm i notistack npm i @mui/material npm i @emotion/react npm i @emotion/styled App.js import {…

Make Youtube Video Streaming Clone Using MERN Stack & FFmpeg

September 21, 2022

In this tutorial, you will learn how to make a video streaming website that lets you upload and view videos,…

Make a Weather App Using React Bootstrap OpenWeatherMap API

September 21, 2022

npx create-react-app weatherapp cd weatherapp npm i bootstrap App.js import React from "react"; import Titles from "./components/Titles"; import Form from…

React.js Random User API Example to Fetch User Details Using Axios & reactstrap

September 21, 2022

npx create-react-app reactproject cd reactproject npm i reactstrap npm i axios npm i react-icons App.js import React, { useState, useEffect…

Amazon Prime Video Website Clone in HTML5 CSS3 & JavaScript

September 21, 2022

index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="style.css"> <script…

How to Design Google Search Engine Landing Page UI Clone in HTML5 & CSS3

September 21, 2022

index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <style> * {…

How to Make WordPress Admin Login Page Clone in HTML5 & CSS3

September 21, 2022

index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">…

How to Design Responsive Pinterest Landing & Posts Pages UI Clone in HTML5 CSS3 & JavaScript

September 21, 2022

index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <style> /*ROOT*/ *{…

How to Design Old Yahoo Messenger Login/Register UI Clone in HTML5 CSS3 JavaScript

September 21, 2022

index.html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Sign in to Yahoo!</title> <meta http-equiv="Pragma"…