Skip to content

LeVuMinhHuy/LedisCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ledis

Introduce:

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 it looks like

About my submission:

Source:

What I have coded are in Code folder. They includes 2 files:

  1. main.css: This is a simple css file to initialize background color and text color
  2. main.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.

design.pdf:

An important one! This is my design explanation.

Pictures:

In folder Pics, I keep screenshots of many examples about my commands

Complexity.txt:

Is the place I introduce about the complexity of commands I have implemented.

News.txt:

These are my new discover about things that need attention during coding time. Which are also considered by my thought process.

Releases

No releases published

Packages

No packages published