https://github.com/kashyapprajapat/tsguardian
TSGuardian β Your AI-Powered TypeScript Code Analyst π.
https://github.com/kashyapprajapat/tsguardian
ai aiagent gemai
Last synced: 5 months ago
JSON representation
TSGuardian β Your AI-Powered TypeScript Code Analyst π.
- Host: GitHub
- URL: https://github.com/kashyapprajapat/tsguardian
- Owner: kashyapprajapat
- Created: 2025-02-17T13:55:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-20T07:00:36.000Z (8 months ago)
- Last Synced: 2025-05-07T12:55:40.048Z (5 months ago)
- Topics: ai, aiagent, gemai
- Language: TypeScript
- Homepage: https://tsguardian.vercel.app/
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript Code Analyzer
TSGuardian β Your AI-Powered TypeScript Code Analyst Agentπ.
### π― How It Works
-->Enter TypeScript Code in the editor.
-->Click "Optimize & Analyze" to send the code to the AI-powered backend.
-->AI Analysis Results appear on the right panel with suggested improvements.
-->Fix issues based on feedback and improve your TypeScript code!## π Features
- **Real-time TypeScript Code Editing**: Uses Ace Editor for a smooth coding experience.
- **AI-Powered Code Analysis**: Sends TypeScript code to an API for optimization suggestions.
- **Error Handling & Notifications**: Uses `sonner` for user-friendly error messages.
- **Dark-Themed UI**: Modern and visually appealing design with Tailwind CSS.
- **Responsive & Minimalistic**: Two-column layout for code input and AI analysis.## π οΈ Technologies Used
- **React** (Next.js)
- **Ace Editor** (Code editor)
- **Axios** (API requests)
- **React-Markdown** (Displays AI analysis)
- **Tailwind CSS** (Styling)
- **Sonner** (Notifications)### πΈ Screenshots
## Suggested Fixces
## ReFactore
## Mobile Responsive
## ποΈ Installation & Setup
1. **Clone the Repository**
```bash
git clone https://github.com/kashyapprajapat/tsguardian.git
cd tsguardian
```2. Install Dependencies
```bash
npm install
```
3. Run the Development Server
```bash
npm run dev
```
4. Open in Browser
```bash
http://localhost:3000
```### β Star this repo if you found it helpful!
### π¬ Feel free to contribute or open an issue!