Creating a TODO app in Fyne an Go

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. 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

  • What necessary packages or functions that Go doesn't have?

    6 projects | /r/golang | 4 Nov 2022
  • Go is creating huge executables for the simplest of programs.

    4 projects | /r/golang | 22 Apr 2023
  • gomobile no longer maintained

    3 projects | /r/golang | 15 Mar 2023
  • What was your greatest struggle when learning Go?

    5 projects | /r/golang | 18 Feb 2023
  • First public release of Pushup: a new compiler for making web apps in Go

    9 projects | news.ycombinator.com | 4 Jan 2023

Did you know that Go is
the 4th most popular programming language
based on number of references?