Dev Log

Stat Terminal

A TUI App

Welcome to the Sports Stats Terminal App! This is a TUI designed to provide fast and easy access to player statistics for various sports, with a current focus on basketball. Built for sports enthusiasts, this app leverages a sleek terminal interface powered by FTXUI and stores data locally using SQLite.

Features

Technologies

Splash Screen:

Stat-Term_Splash

Main Screen:

Stat-Term_Main

Installation

Clone the Repository

git clone cd stat-terminal Install Dependencies Ensure you have the following installed:

Build the App

mkdir build
# make sure to copy the db to the build file
cp -riv ~Path-To/Stat-Terminal/db/stat-term.db ~Path-To/Stat-Terminal/build/
cd build
cmake ..
make
./stat-terminal

Database Setup

Note: The SQLite database file is not included in this repository at the moment. To use the app:

Run the App

./sports-stats

Usage

Current Status

TODO