From edfcc872d9e9ba09e1d65684fced36a77ae05d7e Mon Sep 17 00:00:00 2001 From: Dewm Date: Tue, 21 Jul 2026 18:37:15 -0400 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 09f6bd6..241032e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ --- -## 🌟 Overview +## Overview **TactiTerm** is an interactive software engineering tutor designed with a "guidance over answers" philosophy. Rather than providing copy-paste solutions, TactiTerm uses a **Socratic AI Mentor** to ask probing questions, provide hints, and guide users toward mastering concepts across 10 programming languages. @@ -12,21 +12,21 @@ TactiTerm features both a rich **Terminal User Interface (TUI)** for command-lin --- -## ✨ Features +## Features -- 🧠 **Socratic AI Mentor:** Provides step-by-step guidance, code review, and conceptual hints without spoiling direct answers. -- 💻 **Dual Interfaces:** +- **Socratic AI Mentor:** Provides step-by-step guidance, code review, and conceptual hints without spoiling direct answers. +- **Dual Interfaces:** - **TUI:** Built with Python and Textual for high-productivity, keyboard-driven terminal workflows. - **Web UI:** Built with React, Vite, TypeScript, Tailwind CSS, and Monaco Editor. -- 🌐 **10 Supported Languages:** Python, C#, C++, Java, JavaScript, TypeScript, Rust, Lua, HTML, and Go. -- ⚡ **Real-time Linting & Execution:** Tree-sitter powered syntax validation and safe local code execution. -- 📚 **Interactive Syntax Handbook:** W3Schools-style reference catalog with on-demand AI code examples for functions and core language topics. -- 🪄 **AI Challenge Generator (GenTUI):** Create and save custom Markdown programming challenges tailored to specific subjects and difficulties. -- ⚙️ **Configurable & Network Ready:** Easily configure LLM endpoints, ports, and enable `"public": true` to host the Web UI across your local network (`0.0.0.0`). +- **10 Supported Languages:** Python, C#, C++, Java, JavaScript, TypeScript, Rust, Lua, HTML, and Go. +- **Real-time Linting & Execution:** Tree-sitter powered syntax validation and safe local code execution. +- **Interactive Syntax Handbook:** W3Schools-style reference catalog with on-demand AI code examples for functions and core language topics. +- **AI Challenge Generator (GenTUI):** Create and save custom Markdown programming challenges tailored to specific subjects and difficulties. +- **Configurable & Network Ready:** Easily configure LLM endpoints, ports, and enable `"public": true` to host the Web UI across your local network (`0.0.0.0`). --- -## 🚀 Quick Start +## Quick Start ### Prerequisites