A simple, client-side web application to store and manage your personal code snippets. It uses your browser's localStorage to save all your data, so no backend or database is required.
- Create, Edit, & Delete Snippets: Full CRUD functionality for managing your code.
- Persistent Local Storage: Your snippets are saved in your browser and will be there when you return.
- Syntax Highlighting: Code is automatically highlighted for readability using Highlight.js.
- Search & Filter: Instantly search snippets by title or filter them by category.
- Pin to Top: Keep your most important snippets easily accessible.
- One-Click Copy: A handy button to copy code directly to your clipboard.
- Light & Dark Mode: A theme toggle for your viewing comfort.
- Responsive Design: A collapsible sidebar makes it usable on any screen size.
- Clone the repository
- Open
index.htmlfile in any modern web browser. - Checkout to a new branch.
git checkout -b my-amazing-feature - Make some amazing changes.
git add .git commit -m "<verb> : <action>."git push origin my-amazing-feature- Open a pull request :)
HTML5 CSS3 Vanilla JavaScript