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

Posts by geekygautam1997

Home » Archives for geekygautam1997 » Page 14
About geekygautam1997
Posted inreact

Build a Lightweight PDF Viewer in Browser Using React WITHOUT Any External Libraries!

  App.jsx   [crayon-684417a12ff60913279821/]  
Posted by geekygautam1997 April 5, 2025
Posted inreact

Build a React.js PDF Viewer & Editor With Controls Using pdfjs-dist Library in Browser Using JSX

    npm i pdfjs-dist@3.11.17     App.jsx     [crayon-684417a13034e615573280/]     index.css     [crayon-684417a130353522645571/]  
Posted by geekygautam1997 April 5, 2025
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-684417a13057e387826040/]  …
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-684417a130878418713511/]  
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-684417a130a8f391038379/]  
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-684417a130c39575265103/]  
Posted by geekygautam1997 April 2, 2025
Posted intutorial

The ULTIMATE VS Code Setup Crash Course – Extensions ,Fonts, Themes & Settings For Beginners

  settings.json   [crayon-684417a131117233216957/]   style.css   [crayon-684417a13111f596233146/]   script.js   [crayon-684417a131123620083309/]  
Posted by geekygautam1997 February 18, 2025
Posted intutorial

How to Setup TailwindCSS 4 in React.js Vite Project in Visual Studio Code Full Project For Beginners

  Tailwind CSS v4.0 introduces several breaking changes that have impacted developers, particularly when setting up projects with Vite. One significant change is the removal of the @tailwind directives (@tailwind…
Posted by geekygautam1997 February 6, 2025
Posted injavascript

How to Automate Infinite Browser Scrolling in Background Using Javascript to Save Time & Work

  How to Create a Super Fast Auto Scroll with JavaScript: A Step-by-Step Guide   In this tutorial, we’ll walk through how to create a super fast auto-scrolling script using…
Posted by geekygautam1997 February 4, 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-684417a131c96328921724/]    
Posted by geekygautam1997 February 1, 2025

Posts pagination

Previous page 1 … 12 13 14 15 16 … 44 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