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-682a5d92bec8b673897316/]  …
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-682a5d92bf561045507371/]  
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-682a5d92bf823693966770/]  
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-682a5d92bfa2f417064163/]  
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-682a5d92bfc28182999374/]    
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-682a5d92bfdf1775200731/]         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-682a5d92c003a009845366/]         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-682a5d92c01ea400773988/]   App.jsx     [crayon-682a5d92c01ef168280734/]     App.css   [crayon-682a5d92c01f2036326210/]    
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-682a5d92c0502930073442/]    
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

  • Python 3 Google Translation API Script to Build Voice Translation From Microphone & Export to MP3
  • Python 3 Google Translator API to Build Voice Recognition System in Terminal Using Microphone
  • Python 3 Yahoo Finance API to Export All Companies Financial Stock Market Data & Save as Excel File
  • Python 3 Beautifulsoup4 & Pandas Amazon API Product Info Web Scraping Script & Save it in Excel File
  • Python 3 img2pdf Library to Export All Images in Directory to PDF Document 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