Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Welcome to Web Terminal #17

Open
imabp opened this issue Dec 11, 2020 · 1 comment
Open

Welcome to Web Terminal #17

imabp opened this issue Dec 11, 2020 · 1 comment

Comments

@imabp
Copy link
Owner

imabp commented Dec 11, 2020

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. 😊
    
@imabp imabp pinned this issue Dec 11, 2020
@imabp
Copy link
Owner Author

imabp commented Dec 11, 2020

@lucifer0987 @amohapatra123 @has12zen @Arnav-Khare
Take a look here at the project documentation.

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. 😊
    

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant