Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 566 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 566 Bytes

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