Skip to content

AYAN-AMBESH/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

portfolio

Imitated Linux environment into my portfolio-website using javascript

how does it works

It uses json for setting up an Linux like enviorment

{
  "env": {
    "bin": ["cat", "ls", "cd", "write"],
    "home": {
      "about_me.txt": "My name is Ayan Ambesh and im known as Sinister Draco",
      "status.txt": "I am a student studying computer science",
      "contact_me.txt": "You can contact me at ambesh@12k.com"
    }
  },
  "command" : ["cat", "ls", "dir", "cd", "write"]
}

TODO

  • Write command
  • modify the enviornment

About

Imitated Linux environment into my portfolio-website using javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published