HamzaZaidiX / Image-Resizer-App

Image Resizer Desktop App By Electron JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Resizer Desktop App

Image Resizer Desktop App which Amazing tool for Everyone to use in their daily life for Free to use this Tool as a Desktop OFFLINE App which can easily Resize any Good format Image into Desired Size Image but if you give it wrong format then it has Validation Built-in Functionality which sees that if you have Wrong or Correct Format Image uploaded or App will simply give you Colorful Alert Messages for Confirmation and Downloads your Image automatically in a new Images Folder.

Introduction:

Image Resizer Desktop App which is built with Node JS Using Electron JS Framework & Toastify Library

Materials Used:

  • Electron JS: It is an open source framework used in Node.js for developing Desktop Apps with the use of HTML5 CSS3 and Javascript.

  • Toastify: This is a Alert Library where we can show Colorful Toast Alert Messages to the user

Installation:

Now to install these modules we need to first of all start a new electron.js project as shown below in the commands

npm init -y

First of all we have initialized the package.json file for our node.js project. Now it’s time to install the dependencies as shown below

npm i electron --save-dev

This will install the electron framework for developing desktop apps. And -dev flag is assigned because it’s a dev dependency because it’s only need in development not in production.

npm i resize-img

This is the module which will actually resize the images inside node.js and electron.

npm i toastify-js

This is the library for showing colorful alert toast messages to the user whether success and error.

If you want to run this Project, simply write this command on your machine to start the Electron JS with hot reload functionality so that whenever we make any kind of changes we don’t need to restart the server. You need to execute the below command as shown below

npx electronmon .

Quick Start:

If you want to create this project like this simply follow the step by step process in this blog Read Blog =>

Screenshots:

ss

ss

ss

screenshot

📖 Licence

MIT LICENCE Read Licence document for more details ->

Bye! 👋

HOPE U LIKE THIS PROJECT PLEASE! IF YOU ARE USING THIS CODE PLEASE GIVE HAMZA ZAIDI SOME CREDITS BY LIKE & GIVE A HEART!!! 😃👍💛

About

Image Resizer Desktop App By Electron JS

License:MIT License


Languages

Language:JavaScript 63.7%Language:HTML 36.3%