Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 715 Bytes

introduction-cloudycam.md

File metadata and controls

12 lines (7 loc) · 715 Bytes
description
Let's start building!

CloudyCam - Introduction

This tutorial steps you through the process of building an offline Progressive Web App (PWA) camera app with React and Cloudinary—one that takes pictures with your camera and then uploads it to your Cloudinary Media Library. A marvelous feature in the app is that when you're offline, the app stores your images in the browser’s local storage (localStorage). Once you're back online, the app automatically uploads all the saved pictures to your Media Library on Cloudinary.

Application Demo in Online Mode

Application Demo in Offline Mode