Skip to content

VoidStack-Dev/devtools-cheatsheet

Repository files navigation

🚀 DevTools Cheat Sheet

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.

screenshot


✨ Features

  • 🔍 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

🚀 Live Demo

👉 https://VoidStack-Dev.github.io/devtools-cheatsheet


🛠️ Tech Stack

  • ⚛️ React
  • 🎨 Tailwind CSS
  • ⚡ Vite
  • 🚀 GitHub Pages

🧑‍💻 Getting Started

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.


📦 Build & Deploy

To deploy the app to GitHub Pages:

npm run deploy

🗃️ Project Structure

.
├── 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

🤝 Contributing

Pull requests are welcome! Feel free to open an issue if you want to suggest a new command category or report a bug.


📜 License

Licensed under the Mozilla Public License 2.0. © 2025 VoidStack-Dev

About

A simple web app that provides a categorized cheat sheet of essential terminal commands for Linux, Git, and Dev workflows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published