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-68721b1fb7bbc279475093/]  …
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-68721b1fb8405959894402/]  
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-68721b1fb8757332427194/]  
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-68721b1fb89ec804034193/]  
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-68721b1fb8c2c789715491/]    
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-68721b1fb8e00767811647/]         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-68721b1fb902c132288891/]         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-68721b1fb91c1599158327/]   App.jsx     [crayon-68721b1fb91c7783937596/]     App.css   [crayon-68721b1fb91cb534136044/]    
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-68721b1fb9538910699553/]    
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

  • Build Angular PDF-LIB Project to Export Multiple Images to PDF Document in Browser Using TypeScript
  • Build a Angular Project to Export Multiple Images to PDF Document Using jsPDF & Html2Canvas in TS
  • Build a Deno Google Drive Clone File Manager Web App to Upload & Display Files in Browser Using TS
  • Node.js SheetJS Tutorial to Merge Multiple Excel Files into Single Sheet Using xlsx Module
  • Node.js Tutorial to Generate Excel File From JSON Data Using xlsx Module in Terminal

Archives

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