Skip to content

A web terminal made in React and Typescript based on the BASH (Bourne-Again SHell).

Notifications You must be signed in to change notification settings

JustinH11235/react-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

In the project directory, you can run:

yarn start (or npm start)

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.

See the section about deployment for more information.

Using In Your Own Website

The /src/Terminal.tsx file holds the <Terminal /> React component that represents the terminal.

The other main React component is <InputLine /> which is in /src/InputLine.tsx.

All supporting JavaScript classes are in /src/classes/.

All CSS stylesheets are currently inside /src/.

About

A web terminal made in React and Typescript based on the BASH (Bourne-Again SHell).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published