🚀 Increase the characteristics of your PWA with JavaScript. 📷 Activate your device's camera and capture photos easily.
In this tutorial I show you how you can create a PWA and how you can capture photos from the camera and store them into a Web Server.
🎁 Bonus: The image will be stored on a NodeJS server using the Koa and Multer libraries.
The following video shows how yo can launch this project and test it.
You can run this project in Gitpod, a one-click online IDE for GitHub:
You have to do the following steps to be able to work with this project.
npm i
node .
Open: localhost:8080
/
├── assets 🌈 # Images Sources.
├── src 📦 # Main App.
| ├── css # Styles files.
| ├── images # Icons and others png files.
| ├── js # JS files.
| └── ...
└── ...
For review and update all npm dependences of this project you need install in global npm package "npm-check-updates" npm module.
# Install and Run
$npm i -g npm-check-updates
$ncu
Created with JavaScript, lot of ❤️ and a few 🍺