Skip to content

sangdth/bublos-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bublos App

Bublos screenshots

Control your snippets, passwords, cheatsheets easy way. I make this app for 2 purposes: Keep tracking my cheatsheets, snippets, passwords etc, and learning Nodejs. I put it on to github so people like me can learn with me. I'm still working on this.

Help Me

If you want to help me to improve this app, feel free to fire a pull request, I appreciate so much. Currently I'm trying to read/write with local storage, in order to save data.

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/sangdth/bublos-app.git
# Go into the repository
cd bublos-app
# Install dependencies and run the app
npm install && npm start

Contact me for more information: Twitter: @sangdth - Facebook: fb/sangdth Email: sangdth (at) gmail dot com

This is a minimal Electron application based on the Quick Start Guide within the Electron documentation.

A basic Electron application needs just these files:

  • package.json - Points to the app's main file and lists its details and dependencies.
  • main.js - Starts the app and creates a browser window to render HTML. This is the app's main process.
  • index.html - A web page to render. This is the app's renderer process.

You can learn more about each of these components within the Quick Start Guide.

Learn more about Electron and its API in the documentation.

About

Clone to try a simple Electron app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 72.1%
  • JavaScript 27.9%