jimbateson / today

The simple todo app that nobody asked for or needed. Built with Electron and Vue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Today icon

// Today

A very simple todo app built with Electron and Vue.js

Today can currently:

  • Read todos
  • Add a new todo
  • Complete a todo
  • Delete a todo

I've got a few features planned for the future and I am still getting my head around Electron and Vue so hope to grow this app into something really useful over time. To name a few early features planned:

  • Optional desciption for a todo
  • Date the todo was created
  • Sort todos
  • Warnings etc for stale todos
  • Organise todos into day created sections
  • Add categories to a todo (work, home etc)

Thanks to

Tutorial

This awesome tutorial on which this app is based and the base Electron boilerplate.

Alex Hall

For letting me use his cool GitHub release packaging script and helping me with endless Electron/Vue queries!

Resources

I wrote an article on setting up a basic todo list with Vue.js

I'll be putting together a more in-depth article including how I went about intergrating Electron with Vue and then publishing my first release.

About

The simple todo app that nobody asked for or needed. Built with Electron and Vue.


Languages

Language:JavaScript 67.7%Language:CSS 20.2%Language:HTML 12.1%