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
- Host: GitHub
- URL: https://github.com/saisoumyareddy24/codesnippetmanager
- Owner: SaiSoumyaReddy24
- License: other
- Created: 2025-07-13T09:52:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-13T12:19:07.000Z (6 months ago)
- Last Synced: 2025-07-13T14:18:52.432Z (6 months ago)
- Topics: code-snippets, desktop-application, java, javafx, open-source, productivity-tool, snippets-manager, sqlite
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.




---
## ✨ 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


---
## 🚀 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