Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dd3v/snippets.ninja
Code snippets manager for developers. PWA.
https://github.com/dd3v/snippets.ninja
pwa snippets spa vue vue3 webapp
Last synced: 3 months ago
JSON representation
Code snippets manager for developers. PWA.
- Host: GitHub
- URL: https://github.com/dd3v/snippets.ninja
- Owner: dd3v
- License: mit
- Created: 2022-05-07T15:46:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T22:31:22.000Z (3 months ago)
- Last Synced: 2024-08-01T02:17:26.245Z (3 months ago)
- Topics: pwa, snippets, spa, vue, vue3, webapp
- Language: JavaScript
- Homepage: https://snippets.ninja
- Size: 3.05 MB
- Stars: 108
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Snippets Ninja
![image](app.png)
## About
Snippets.Ninja is a progressive web application for managing code snippets. It is open source and works offline first. The app uses IndexedDB for local storage. It was created for fun 🙃
https://snippets.ninja/
## Features
- it is progressive web application. Works offline as a desktop app.
- search, sort, and filter tools based on IndexedDB;
- tags and favorites;
- supports a lot of language modes and preview for markdown;
- minimalistic and clear UI with dark mode;## Available commands
```
npm install
``````
npm run serve
``````
npm run build
``````
npm run test:unit
```