TermLab is an interactive web application designed for those who want to learn and practice terminal commands. Thanks to its modern and user-friendly interface, you can learn terminal commands in an entertaining way.
- Interactive terminal experience
- Real terminal look and behavior
- Basic Linux commands support
- Step by step tutorial tour
- Auto command completion
- Command history
- Modern and elegant interface
- Responsive design
- HTML5
- CSS3
- JavaScript (ES6+)
- Intro.js - For tutorial tour
- Cursor IDE - Development environment
| Command | Description |
|---|---|
| help | Show command list |
| clear | Clear screen |
| echo | Display message |
| pwd | Show current directory |
| ls | List directory contents |
| cd | Change directory |
| date | Show date and time |
| whoami | Show username |
| mkdir | Create new directory |
| touch | Create new file |
| cat | Show file contents |
- Clone the project:
git clone https://github.com/furkanturandev/TermLab.git- Go to project directory:
cd TermLab- Start web server (e.g. with Python):
python -m http.server 8000- Open in your browser:
http://localhost:8000
This project was developed using Cursor IDE. Cursor IDE is an AI-powered modern code editor that provides the following advantages:
- AI-powered code completion
- Smart code suggestions
- Advanced code navigation
- Modern and user-friendly interface
- Fast and lightweight structure



