finish-it 0.1.0

A TUI application to track whatever is that you would actually like to finish after starting.
# Finish-it

[![Build Status](https://github.com/nullscry/finish-it/actions/workflows/ci.yml/badge.svg)](https://github.com/nullscry/finish-it/actions/workflows/ci.yml)
[![Release Status](https://github.com/nullscry/finish-it/actions/workflows/release.yml/badge.svg)](https://github.com/nullscry/finish-it/releases)
[![Crate Status](https://img.shields.io/crates/v/finish-it.svg)](https://crates.io/crates/finish-it)
[![Docs Status](https://docs.rs/finish-it/badge.svg)](https://docs.rs/crate/finish-it/)

A TUI application to track whatever is that you would actually like to finish after starting.
The project uses tui-rs and and sqlite database.

## Home Tab

<img src="assets/home_tab.jpg" alt="Screenshot of Home Tab">

## Topics Tab

<img src="assets/topics_tab.jpg" alt="Screenshot of Topics Tab">

## Add Tab

<img src="assets/add_tab.jpg" alt="Screenshot of Add Tab">

## Updating Progress

<img src="assets/update_tab.jpg" alt="Screenshot of Update Popup in Topics Tab">

## Deleting

### Deleting Item

<img src="assets/delete_item.jpg" alt="Screenshot of Delete Item Popup in Topics Tab">

### Deleting Topic

<img src="assets/delete_topic.jpg" alt="Screenshot of Delete Topic Popup in Topics Tab">