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 - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • 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

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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