Skip to content

imjhonny/L3-37-Browser

 
 

Repository files navigation

Mini browser through the looking glass Build Status

L3-37 is a mini web browser that superimposes a view of the strucuture of the web page on top of the actual page. Our goal is to reveal and embody the organization and dynamics of software that runs the world wide web. Citizens interact with browsers worldwide, every day and we which to offer a looking through the glass of web content.

This browser is developed as a tribute to the Web stalker,

Preview

Input the url and press enter

Run dev

npm run start
npm run electron-dev

Developing tips

Access electron from host

const electron = window.require('electron');
const fs = electron.remote.require('fs');
const ipcRenderer  = electron.ipcRenderer;

See also

About

browsing through the looking glass

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 57.4%
  • JavaScript 34.3%
  • CSS 7.4%
  • HTML 0.9%