Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 826 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 826 Bytes

React PWA Offline App using IndexedDB

React + Vite + PWA + IndexedDB

This is a demo Progressive Web App (PWA) built with React. It showcases offline capabilities by using service workers.

Features

  • Offline-first capability
  • Simple, lightweight, and fast
  • Built using React and Workbox for service workers
  • Easy to install and use as a PWA

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/info-next/react-pwa-offline-app.git
    cd react-pwa-offline-app
    npm install
    npm run build
    npm run preview
    

check offline

select newtwork tab from dev mode

switch to offline

check Blogs or Users page

refresh the applictaion app will load normally without any internet error messege.

contact @

Email akashdeep9226@gmail.com