An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

## webterm
![Netlify Status](https://api.netlify.com/api/v1/badges/85660941-ac21-4440-ae5c-0fec8023d992/deploy-status)

A terminal clone built with TypeScript + React. Only small number of commands will be implemented.

![](./ref/entry.png)

### 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