Skip to content
Coding Shiksha
  • Home
  • Youtube Channel
  • Privacy Policy

react

Home » react » Page 2
Posted inreact

Build a React.js Image Cropper Editor With Live Preview Using react-easy-crop in Browser Using JSX

    npm i react-easy-crop     And after that we need to create the App.jsx file and copy paste the following code     App.jsx`     [crayon-681e68319d82d547630938/]  …
Posted by geekygautam1997 April 2, 2025
Posted inreact

Build a React.js QRCode Scanner Using Webcam & Image in Browser Using jsqr Library in JSX

    npm i jsqr     And after that create a App.jsx file and copy paste the following code     App.jsx     [crayon-681e68319e039347863271/]  
Posted by geekygautam1997 April 2, 2025
Posted inreact

Build a React.js QRCode Generator From Text & Export to PNG Image Using qrcode-react in TailwindCSS

  npm i qrcode.react   Now we need to make the App.tsx file and copy paste the below code   App.tsx   [crayon-681e68319e433540806915/]  
Posted by geekygautam1997 April 2, 2025
Posted inreact

Build a React.js PDF Editor to Render & Export PDF Pages to PNG Images Using react-pdf in Browser

  npm i react-pdf   Now we need to make the App.tsx file and copy paste the below code   App.tsx     [crayon-681e68319e708328943479/]  
Posted by geekygautam1997 April 2, 2025
Posted inreact

React use-react-screenshot Example to Take Screenshot of HTML With CSS and Download it as Image

  npm i use-react-screenshot     App.jsx   [crayon-681e68319e987325533897/]    
Posted by geekygautam1997 February 1, 2025
Posted inreact

React.js react-icons Example to Change Size and Color in Browser Using Javascript

  npm i react-icons     App.jsx     [crayon-681e68319eb5a667550335/]         FULL SOURCE CODE  
Posted by geekygautam1997 February 1, 2025
Posted inreact

React.js Project to Build Visual Studio Realtime Code Editor With Monaco Syntax Highlighter Library

  npm i @monaco-editor/react     App.jsx     [crayon-681e68319edb9930465647/]         FULL SOURCE CODE  
Posted by geekygautam1997 February 1, 2025
Posted inreact

Build a React.js Google OAuth2 One Tap JWT Login Using @react-oauth Library in Browser Using JSX

  npm i @react-oauth   npm i jwt-decode   main.jsx   [crayon-681e68319ef72293175576/]   App.jsx     [crayon-681e68319ef77186188739/]     App.css   [crayon-681e68319ef7a321807700/]    
Posted by geekygautam1997 January 17, 2025
Posted inreact

React.js react-syntax-highlighter Example to Highlight & Beautify Source Code in Browser Using JSX

  Installing Packages   npm i react-syntax-highlighter   Example   App.jsx   [crayon-681e68319f322350329930/]    
Posted by geekygautam1997 January 16, 2025
Posted inreact

Build a React.js Google One Tap OAuth2 Login to Display User Profile in Browser Using google-one-tap in TS

  Here's a detailed breakdown of the code, split into sections for a blog post explaining how to integrate Google One Tap Sign-In with Vue.js, decode user credentials, and display…
Posted by geekygautam1997 January 16, 2025

Posts pagination

Previous page 1 2 3 4 … 10 Next page

Recent Posts

  • How to Convert Image, CSV, Excel & Markdown to PDF with Python Using pdfitdown Library Full Tutorial
  • Python 3 Sci-kit Library Script to Cartoonify & Draw Pencil Sketch of Image File Using Numpy
  • Python 3 OpenCV Script to Cartoonify Image & Export a Pencil Sketch as Image in Terminal
  • Python 3 Script to Get WHOIS Info of Domain Name & Save it to JSON File
  • Python 3 python-whois Library to Get WHOIS Info of Domain Name in Terminal

Archives

  • May 2025
  • April 2025
  • February 2025
  • January 2025
Categories
  • angular
  • c#
  • javascript
  • node
  • php
  • python
  • react
  • tutorial
  • Vue
Copyright 2025 — Coding Shiksha. All rights reserved.
Scroll to Top