Skip to content

React + Styled Components App that simulates linux terminal functionality. 2018.

Notifications You must be signed in to change notification settings

zavjs/react-terminal.herokuapp.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React - Linux Terminal (2018)

This is a web app that replicates linux terminal commands.

Find the terminal here: http://react-terminal.herokuapp.com

Things the terminal can do:

  • Create files with touch command

    • touch ./index.html, or touch {index.html,index.css,index.js} for multiple files
    • touch ./<existing-folder>/<filename>.ext
  • Create folders with mkdir command

    • mkdir ./styles
    • mkdir {folderOne,folderTwo,...}
  • List the current directory with ls

    • ls

Read backlog.md to see all future functionalities.

About

React + Styled Components App that simulates linux terminal functionality. 2018.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published