scribbler
scribbler copied to clipboard
Organise the code base
The code right now is disorganized and not easy to navigate. Organize the code using ES6 modules. Ensure
- DO NOT use npm or node modules. Don't use react or any framework
- Work with existing set of libraries only. Do not load or import new libraries.
- Use ES6 imports rather than
- The functionality of the object scrib should remain same in the front end as it is used in several places.
- UI should not change for this issue
- Functions and variables not needed in the front end should not be exported
- Naming convention to be used is camel case
Can you host it in gihub pages to test ?
Yes, I am testing it
If it's hosted on GitHub pages I would like to test as qell