Skip to content

Todo app written using golang, wails framework and typescript/react.js.

Notifications You must be signed in to change notification settings

ARUMANDESU/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Todo App

Table of Contents
  1. Technologies Used
  2. Getting Started
  3. Running the Service

Technologies Used

Go Wails Sqlite Typescript React Tailwind CSS Shadcn

(back to top)

Screenshots

Home Page

Home Page

Add Todo Priority

Add Todo

Side Panel

Side Panel

Description and Tags

Description and Tags

Themes

Themes

Delete Todo

Delete Todo

Getting Started

Prerequisites

  • Go version 1.22.2
  • Wails version 2.9.0

run the following command to check if you have the required version of Wails installed:

wails doctor

Installation

Clone the repository:

git clone https://github.com/ARUMANDESU/todo-app.git
cd todo-app
go mod download

(back to top)

Running the Service

  • Run the following command to start the service in development mode:
    wails dev
  • Run the following command to build the service:
    wails build

(back to top)