https://github.com/kenf1/webterm
TypeScript + React terminal clone
https://github.com/kenf1/webterm
react typescript
Last synced: about 1 month ago
JSON representation
TypeScript + React terminal clone
- Host: GitHub
- URL: https://github.com/kenf1/webterm
- Owner: kenf1
- License: gpl-3.0
- Created: 2024-10-26T15:46:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T16:30:28.000Z (6 months ago)
- Last Synced: 2025-02-09T10:14:14.100Z (3 months ago)
- Topics: react, typescript
- Language: TypeScript
- Homepage: https://webterm.netlify.app
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## webterm
A terminal clone built with TypeScript + React. Only small number of commands will be implemented.

### Features
- Luhn algorithm checker
- debug version availble at `/ldebug`
- easter egg with `sudo` and `hacker` commands
- can't be chained, need to run `clear` before next command
- command chain with `&&`
- ROT13 encode + decode### Limitations
- UI, design is not my forte ¯\\_(ツ)_/¯
### To Run
```{shell}
cd webterm && npm install && npm run dev
```### Inspirations
- Linux terminal
- terminal portfolios