Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jniewiel/taskify

Taskify is a Ruby CLI (command line interface) application that lets allow users create, view, update, and delete custom tasks and categories.
https://github.com/jniewiel/taskify

cli ruby-app task-manager

Last synced: about 2 months ago
JSON representation

Taskify is a Ruby CLI (command line interface) application that lets allow users create, view, update, and delete custom tasks and categories.

Awesome Lists containing this project

README

        

# Taskify

Taskify is a Ruby CLI (command line interface) application that creates a to-do list.

Features include: View, Create, Update, and Delete custom tasks and categories.

Enjoy!

Operation

In terminal, run Taskify by typing `ruby main.rb`.

To run tests, type `ruby tests/test_tasks.rb`.

- Ruby version: `3.2.1`