https://github.com/rijonshahariar/lynx
A modern, lightweight AI enhanced Online Code Editor.
https://github.com/rijonshahariar/lynx
Last synced: 6 months ago
JSON representation
A modern, lightweight AI enhanced Online Code Editor.
- Host: GitHub
- URL: https://github.com/rijonshahariar/lynx
- Owner: rijonshahariar
- License: mit
- Created: 2024-12-16T05:50:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T18:27:54.000Z (8 months ago)
- Last Synced: 2025-02-15T02:29:47.330Z (8 months ago)
- Language: JavaScript
- Homepage: https://lynxx.vercel.app
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# LYNX - Online Code Editor
LYNX is a modern, simple online code editor with AI analysis, designed to make coding more efficient and enjoyable.
## Features
### Code Editor
- Syntax highlighting
- Auto-completion
- Multiple language support (Python, JavaScript, C++, Java)
- Time Tracking### AI Analysis
- Time complexity analysis
- Space complexity analysis### Input/Output Console
- Interactive console
- Real-time output
- Error handling
- Input testing### Installation
1. Clone the repository:
```bash
git clone https://github.com/rijonshahariar/LYNX.git
```2. Navigate to the project directory:
```bash
cd LYNX
```3. Install dependencies:
```bash
npm install
```5. Start the development server:
```bash
npm run dev
```### Usage
After installation, open your browser and navigate to `http://localhost:5173/` to access the application.
### License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.