ScriptSheets is an open-source project that provides a structured collection of notes and cheat sheets for various programming languages and technologies. It helps developers quickly access key concepts, syntax, and examples.
- 📌 Notes and cheat sheets for multiple programming languages and frameworks.
- 🌙 Light/Dark mode toggle.
- 📖 Markdown support with syntax highlighting using
rehype-highlight. - 🔗 External links to official documentation.
- React with Vite for fast development.
- React Router for page navigation.
- react-markdown for rendering Markdown content.
- rehype-highlight for syntax highlighting.
- CSS for styling.
- Clone the repository:
git clone https://github.com/EIC95/CheatSheet.git
- Navigate into the project directory:
cd CheatSheet - Install dependencies:
npm install
- Start the development server:
npm run dev
- Open the project in your browser (usually at
http://localhost:5173).
/
├── public/ # Contains Markdown files for each technology
├── assets/ # Icons for languages and other images
├── src/
│ ├── components/ # Reusable components (Sidebar, Content, Navbar, etc.)
│ ├── style.css # Global styles
│ ├── App.jsx # Main app component
│ ├── main.jsx # Entry point
│
└── README.md # This file
We welcome contributions! Please check out our Contribution Guide to get started.
This project is licensed under the MIT License – you are free to use, modify, and distribute it as long as the license is included.
Inspired by JavaScript Cheat Sheet.
Made with ❤️ by eic.codes.