Git Product home page Git Product logo

electron-vue-reminders-app's Introduction

vue-electron-reminders-app

An electron-vue menubar reminders application

Intro

This menubar application allows users to create native desktop reminders that will alert them natively within their operating system's notifications menu. Users input the title of the notification, and up to two dates and times that they would like to be notified on.

Technologies Used

Electron, Vue 2, SQLite3

How the Application works

Upon the application's loading, the reminders are immediately fetched from the database and updated within the native notifications menu. Once users have inputted a reminder, it is immediately stored in the database, at which point our reminders are fetched from the database to be stored in the state of the component, so they can be updated and rendered immediately. Notifications are set to check if they have passed their due date every 5 seconds - if they have, they will appear on the desktop's notifications menu.

Images

screen shot 2017-02-14 at 10 45 58 am

screen shot 2017-02-14 at 10 37 43 am

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron app for production
npm run build

# lint all JS/Vue component files in `app/src`
npm run lint

# run webpack in production
npm run pack

More information can be found here.


This project was generated from electron-vue using vue-cli. Documentation about this project can be found here.

electron-vue-reminders-app's People

Contributors

sikemausa avatar ab255 avatar

Stargazers

Cyril avatar Jeff Jantz avatar

Watchers

James Cloos avatar  avatar

electron-vue-reminders-app's Issues

Can't get it to work

I realize this is an outdated repo but I wanted to use it to figure out how menubar works.

I have installed all packages and ran npm run dev, going to localhost:9080 just gives me a blank page with the following error in console: ReferenceError: require is not defined.

Any tips on how to solve it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.