Skip to content

Welcome to Web Terminal #17

@imabp

Description

@imabp

Hello KWOC Participants.
I hope you have explored the project.
Let me help you with more information.

First of all, the project tech stack is completely based on ReactJS and we are using JQuery Plugin.

Codebase Structure.

The project has the following important directories as of now.

  1. commands ( Changes and additions needed here)

    • basic.js : It consists of basic commands used in Linux
    • files.js: It provides a layer of control to the lib/fs.js and returns an object of functions.
    • index.js : It returns basic.js and files.js to components/terminal.jsx
  2. components ( Completed Implementation)
    - this implements the terminal component on the browser using react ref .
    - No changes required in this.

  3. css
    - general css implementation.

  4. lib( Changes and additions needed here)

    - fs.js: This is the implementation of the whole file system. 
    - Tricks:
       We are using an array for the implementation of the File System. 
       And also we are using the LODASH library to implement the operations. 😊
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions