A sleek, searchable cheat sheet web app for commonly used terminal commands in development tools like Linux, Git, npm, Docker, and SSH. Built using React, Tailwind CSS, and Vite, and deployed via GitHub Pages.
- 🔍 Real-time Search across all command categories
- 📂 Category Tabs for Linux, Git, npm, Docker, and SSH
- 📋 Copy-to-Clipboard buttons on every command
- 🎯 Clean, responsive UI with TailwindCSS
- 🌐 Live demo on GitHub Pages
👉 https://VoidStack-Dev.github.io/devtools-cheatsheet
- ⚛️ React
- 🎨 Tailwind CSS
- ⚡ Vite
- 🚀 GitHub Pages
git clone https://github.com/VoidStack-Dev/devtools-cheatsheet.git
cd devtools-cheatsheet
npm install
npm run dev
Open http://localhost:5173 to view it in the browser.
To deploy the app to GitHub Pages:
npm run deploy
.
├── public/ # Static files
├── src/
│ ├── components/ # Reusable UI components (CommandCard)
│ ├── data/ # Command lists by category
│ ├── App.jsx # Main app
│ └── index.css # Tailwind setup
├── index.html # App entry point
├── tailwind.config.js # Tailwind config
├── postcss.config.js # PostCSS config
└── vite.config.js # Vite config
Pull requests are welcome! Feel free to open an issue if you want to suggest a new command category or report a bug.
Licensed under the Mozilla Public License 2.0. © 2025 VoidStack-Dev