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: about 2 months ago
JSON representation

Code snippets manager for developers. PWA.

Lists

README

        

# Snippets Ninja

![image](app.png)

## About

Snippets.Ninja is a progressive web application for code snippet management. Offline first. Open Source. App uses IndexedDB for local storage.

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;

## To Do

- Cloud backup
- Sharing

## Available commands
```
npm install
```

```
npm run serve
```

```
npm run build
```

```
npm run test:unit
```