Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 448 Bytes

File metadata and controls

13 lines (8 loc) · 448 Bytes

Go Projects

Various Golang projects exploring different language concepts

TODO App

A CLI based todo list application that allows you to add, list, complete and delete tasks from a data store. Open the folder to read more about the project and how to use it.

Backend API

A calculator Go API that performs basic arithmetic operations and saves them in a SQLite database. Open the folder to read more about the project and how to use it.