/Sync

React Offline App: stores the input data locally when there's no internet connection & syncs back the stored data automatically to the server when internet is back online.

Primary LanguageJavaScript

Sync - Offline React App

Challenge:

Handling offline actions in react: during offline mode when a user inputs details in a form and submits it our app should persist the input details and when the internet is On the persisted data should automatically POST it into the specified end point.

Tech Stack

  1. MongoDB
  2. NodeJS
  3. ExpressJS
  4. ReactJS

Usage

Clone the repo & then

npm install

To install all the dependencies

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Screenshots