Skip to content

Simple Electron web browser supports popups and google search as default

License

Notifications You must be signed in to change notification settings

YousefAlsbaihi/electron-web-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

electron-web-browser

Simple Electron web browser supports popups and google search as default

Intro

This is a simple web browser using electron js and it's using pure javascript, it's support search in the web url like modern browsers
it has url validation with or without http/https and if no url entered the text will be searched using google search enginge.

Exporting App

to export the app, you need to change PROD from false to true inside main.js file

Development

All funcitons are exists in the file renderer.js and evethhing is commented to make it easy to understand and modify

Getting started

to get started runnuing the app, you need to install dependencies
npm install OR yarn
after installation you can run npm start

Building the app

To build the app, you need to update the details inside the package.json under build section, update the details and then run
npx electron-builder

About

Simple Electron web browser supports popups and google search as default

Resources

License

Stars

Watchers

Forks

Packages

No packages published