This product is written primarily in javascript language, the data structure is implemented also based on this language. I used a little bit html and css to display CLI on my website.
What I have coded are in Code
folder. They includes 2 files:
main.css
: This is a simple css file to initialize background color and text colormain.js
: This is the most important file, all the implementation of the database structure and the handling is done here. I will describe the data structure and its handling in specific files below
And one index.html
file outside. This is just a very small html file, used to display web pages by integrating main.css
and main.js
.
An important one! This is my design explanation.
In folder Pics
, I keep screenshots of many examples about my commands
Is the place I introduce about the complexity of commands I have implemented.
These are my new discover about things that need attention during coding time. Which are also considered by my thought process.