An open API service indexing awesome lists of open source software.

https://github.com/soumilgit/coded_a_responsive_terminal

My Web-based terminal.
https://github.com/soumilgit/coded_a_responsive_terminal

css3 html5 javascript

Last synced: 9 months ago
JSON representation

My Web-based terminal.

Awesome Lists containing this project

README

          

# Coded_A_Responsive_Terminal



My own Web-based terminal.

Consider it as my terminal-based personal portfolio, version 2.0.

# Folder Structure
Here's the folder structure of the repository :
```
.github
│  └─ FUNDING.yml
├─ LICENSE
├─ README.md
├─ css
│  └─ style.css
├─ img
│  └─ fav-icon.png
index.html
└─ js
   ├─ caret.js
   ├─ commands.js
   └─ main.js
```