Skip to content

0xHayd3n/Snipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snipper

A desktop code snippet manager built with Electron, React, TypeScript, and SQLite.

Dev Setup

npm install
npm run dev

This starts both the Vite dev server (renderer) and the Electron main process concurrently.

Project Structure

src/
  main/        — Electron main process (window, IPC, SQLite)
  renderer/    — React app (Vite)
  shared/      — Shared TypeScript types

Stack

  • Electron
  • React + TypeScript
  • Vite (renderer bundler)
  • better-sqlite3 (data layer)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors