Creating a TODO app in Fyne an Go

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • SaaSHub - Software Alternatives and Reviews
  • fyne-tutorials

    A small collection of fyne tutorials

    If you are interested in the code example I uploaded it on my github here: github.com/vikkio88/fyne-tutorials/tree/main/todoapp

  • clover

    A lightweight document-oriented NoSQL database written in pure Golang. (by ostafen)

    If you want to see a more complex example with some syntax sugar and sexy db persistence layer using clover you can look at this gtodos.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • go

    The Go programming language

    In this small tutorial I will explain something that usually is the exercise that allow you to understand how to use a UI framework (at least in the web world), and we will end up step by step in building a TODO app in Go using the Fyne UI Framework.

  • gtodos

    golang todo app using fyne

    If you want to see a more complex example with some syntax sugar and sexy db persistence layer using clover you can look at this gtodos.

  • muscurd-ig

    Portable password manager

    And finally, if you are interested in a more complex app example I posted here about me rewriting a Password Manager in Fyne and managing in a couple of days to create and distribute the app using github actions. Muscurd-ig.

  • fyne

    Cross platform GUI toolkit in Go inspired by Material Design

    In this small tutorial I will explain something that usually is the exercise that allow you to understand how to use a UI framework (at least in the web world), and we will end up step by step in building a TODO app in Go using the Fyne UI Framework.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts