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-6839b2a8a46f8738691867/]  …
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-6839b2a8a4ea5942341324/]  
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-6839b2a8a5228674615454/]  
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-6839b2a8a54af984396285/]  
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-6839b2a8a567c339567073/]    
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-6839b2a8a57eb698446600/]         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-6839b2a8a59fb929968155/]         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-6839b2a8a5b6f915924882/]   App.jsx     [crayon-6839b2a8a5b74709656823/]     App.css   [crayon-6839b2a8a5b78053378580/]    
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-6839b2a8a5e6b179451466/]    
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 Bokeh Library Script to Plot CSV Data as Interactive & Colorful HTML Web Charts in Browser
  • Python 3 Seaborn & Matplotlib Export Pandas Data Visualization Charts From CSV File & to Image & PDF
  • Python 3 Matplotlib Script to Create Data Visualization Charts From CSV File & Export to Image & PDF
  • Python 3 StackExchange API to Web Scrape Stackoverflow Questions of Any Topic and Export it in CSV File
  • Python 3 Github API V3 Web Scraping Script to Scrape Github User Profile Info & Save it in Excel File

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