An open API service indexing awesome lists of open source software.

https://github.com/saisoumyareddy24/codesnippetmanager


https://github.com/saisoumyareddy24/codesnippetmanager

code-snippets desktop-application java javafx open-source productivity-tool snippets-manager sqlite

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# 📘 Code Snippet Manager

A modern and simple JavaFX-based desktop application to store, view, and manage reusable code snippets. Built with Java 17, JavaFX 17, and SQLite.

![GitHub last commit](https://img.shields.io/github/last-commit/SaiSoumyaReddy24/CodeSnippetManager?style=flat-square)
![GitHub repo size](https://img.shields.io/github/repo-size/SaiSoumyaReddy24/CodeSnippetManager?style=flat-square)
![GitHub stars](https://img.shields.io/github/stars/SaiSoumyaReddy24/CodeSnippetManager?style=flat-square)
![GitHub forks](https://img.shields.io/github/forks/SaiSoumyaReddy24/CodeSnippetManager?style=flat-square)

---

## ✨ Features

- Add, view, delete and export code snippets
- Language and timestamp metadata
- Data persistence using SQLite
- Minimal JavaFX UI

---

## 🛠️ Tech Stack

- Java 17
- JavaFX 17.0.15
- SQLite (JDBC 3.43.0.0)

---

## 📷 Screenshot

image

image

---

## 🚀 How to Run

1. Make sure Java 17+ and JavaFX SDK are installed
2. Download or clone the repo:
```bash
git clone https://github.com/SaiSoumyaReddy24/CodeSnippetManager.git
cd CodeSnippetManager