From ea7501976cddb77685e4db56cb36c03550cfcb33 Mon Sep 17 00:00:00 2001 From: Dewm Date: Tue, 21 Jul 2026 19:48:27 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b100bff..2d55603 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ **Tactile Terminal:** A WebUI / TUI built to help teach and study programming concepts in an interactive, hands-on way. +> I found it frustrating that there wasn't a simple, easy to use program for studying program in an interactive or kinesthetic way. So, while I worked on other projects, I decided to slop together a program and leverage local LLMs to build **TactiTerm**. +> +> A self-sufficient, offline capable IDE, with an LLM powered tutor to help guide you through mental roadblocks, and build up confidence when it comes to programming in various languages. + --- ## Overview @@ -78,7 +82,7 @@ Then open your browser to `http://localhost:5173`. --- -## ⚙️ Configuration +## Configuration When initialized, TactiTerm automatically generates a `config.json` file in the root directory if one does not exist. @@ -117,7 +121,7 @@ When initialized, TactiTerm automatically generates a `config.json` file in the --- -## 🏗️ Architecture +## Architecture - **Backend (`src/api/main.py`):** FastAPI application serving REST endpoints for challenges, code linting, code execution, mentoring guidance, and handbook references. - **Core Engine (`src/core/`):**