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.
- Host: GitHub
- URL: https://github.com/soumilgit/coded_a_responsive_terminal
- Owner: Soumilgit
- License: mit
- Created: 2024-11-12T09:10:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T10:34:14.000Z (over 1 year ago)
- Last Synced: 2024-12-29T11:25:27.495Z (over 1 year ago)
- Topics: css3, html5, javascript
- Language: JavaScript
- Homepage: https://soumilsterminal.vercel.app/
- Size: 128 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```