Light and Dark Mode in a React App With localStorage

Light and Dark Mode in a React App With localStorage

In this article, you will learn how to create a light theme and Dark theme Mode in a React App With localStorage. First, I started a simple layout using react js and I’ve modified the react app component. There is a create some components and connect to the navbar,...
How to use localStorage with React

How to use localStorage with React

Hello to everyone! In this piece, I’ll be covering How to use local storage in React Single-Page Application. What is Web Storage API? Web Storage API to store data in all browsers. It started as an HTML5 API. It’s two different ways to store in browsers: the first...
React image gallery lightbox

React image gallery lightbox

In this tutorial, I'll cover how to build a simple image gallery lightbox in React js. In this project without using any additional external packages. React Simple Image Slider Simple Carousel in React js Setup Create your react project. In your terminal/command line...
React Image Upload And Preview

React Image Upload And Preview

Hello to all, welcome back to codeat21. I am going to tell you, React single image upload to the Node js server and store the images in the MySQL database. React is an open-source JavaScript library, It is not a framework. React app developing Single Page Applications...
Simple Carousel in React js

Simple Carousel in React js

In this tutorial, I'll cover how to build a simple carousel in React js. In this project without using any additional external packages. React Simple Image Slider React image gallery lightbox Setup Create your react project. In your terminal/command line enter: npx...