This simple tool converts .xls and .xlsx files to JSON format. That's it!
Features:-
- Progressive Web App
- Pure CSS
- Super cool 😁
Using library, https://github.com/DiegoZoracKy/convert-excel-to-json
- The
service-worker.js
andmanifest.json
files are in thepublic
folder. - You should update the icons in
/public/images/icons
- For an offline experience edit the
/public/offline.html
file. - This PWA is installable, the
/public/scripts/install.js
file has the install configuration. You should change the app name in thelogAppInstalled
function.
Note: This template was made following this tutorial
To create an optimised version of the app:
npm run build