Skip to content

A simple Temperature converter desktop app built using electron js

License

Notifications You must be signed in to change notification settings

Cubixzno1/simple-desktop-app-electronjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temperature Converter Desktop App

This Code is part of a blog. Please refer to the blog to make the best use of this code. The link to the blog is here

Pre-requisites

Install NodeJS

Install NodeJS from https://nodejs.org/en/

Install Electron Forge

Install Electron forge using the following command

npm install -g electron-forge

Cloning the Code

Clone the Code using the following command

git clone https://github.com/aditya-sridhar/simple-desktop-app-electronjs.git

Running the application

Go into the project folder and run the application using the following commands

cd simple-desktop-app-electronjs
npm install
npm start

Package the Application

The application can be packaged using the command

npm run package

About

A simple Temperature converter desktop app built using electron js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.2%
  • HTML 23.8%