scribbler icon indicating copy to clipboard operation
scribbler copied to clipboard

Organise the code base

Open gopi-suvanam opened this issue 7 months ago • 3 comments

The code right now is disorganized and not easy to navigate. Organize the code using ES6 modules. Ensure

  1. DO NOT use npm or node modules. Don't use react or any framework
  2. Work with existing set of libraries only. Do not load or import new libraries.
  3. Use ES6 imports rather than
  4. The functionality of the object scrib should remain same in the front end as it is used in several places.
  5. UI should not change for this issue
  6. Functions and variables not needed in the front end should not be exported
  7. Naming convention to be used is camel case

gopi-suvanam avatar May 24 '25 19:05 gopi-suvanam

Can you host it in gihub pages to test ?

gopi-suvanam avatar May 29 '25 11:05 gopi-suvanam

Yes, I am testing it

anoop507 avatar May 29 '25 15:05 anoop507

If it's hosted on GitHub pages I would like to test as qell

gopi-suvanam avatar May 29 '25 15:05 gopi-suvanam