From 434690b3d9fdbbc872927c8aa4dd8eab138672d5 Mon Sep 17 00:00:00 2001 From: mohmmadAyesh Date: Mon, 18 Mar 2024 21:07:21 +0200 Subject: [PATCH] adding file chooser project --- data/projects.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/projects.json b/data/projects.json index 8767146..09ba75d 100644 --- a/data/projects.json +++ b/data/projects.json @@ -9,6 +9,16 @@ "site": "https://github.com/AryanP45/File-protection-system", "tags": "java, swing, security, file-protection-system" }, + { + "name": "File Chooser", + "display": "File Protection System", + "description": "This is a small File wriiten in java help to choose file and view its content if its text file", + "author": "mohmmadAyesh", + "category": "desktop application", + "level": "basic", + "site": "https://github.com/mohmmadAyesh/fileChooser", + "tags": "java" + }, { "name": "markdown-dungeon", "display": "Markdown Dungeon",