Skip to content

EnrikasVai/CLI_GOLANG__TODO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CLI TODO App in Go

A simple command-line to-do list manager written in Go. Tasks are stored locally in a JSON file and can be added, viewed, deleted, or marked as completed.

Features

  • ✅ Add new tasks with due dates
  • 📋 View all, pending, or completed tasks
  • ❌ Delete existing tasks
  • ✔️ Mark tasks as completed
  • 💾 Automatically saves and loads tasks from tasks.json

Getting Started

Prerequisites

  • Go (v1.20 or higher)

Installation

  1. Clone the repository:
git clone https://github.com/EnrikasVai/CLI_GOLANG__TODO.git
cd CLI_GOLANG__TODO
go build -o todoapp
./todoapp

About

CLI Todo app made with GO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages