From 2f72a369c2a78ef521768bc50277f5b912310635 Mon Sep 17 00:00:00 2001 From: Jonathan Steele Date: Fri, 29 May 2026 00:08:18 -0400 Subject: [PATCH 1/4] Rename Coinkick to LivePulse Dashboard Updated project details for Coinkick to LivePulse Dashboard, including title, URL, and repository links. --- src/config/text.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/text.json b/src/config/text.json index 3cde357..b33e0be 100644 --- a/src/config/text.json +++ b/src/config/text.json @@ -162,10 +162,10 @@ "tech": ["C#", "Blazor Server", "ASP.NET Core", "Public APIs", "Tailwind CSS"] }, { - "title": "Coinkick", + "title": "LivePulse Dashboard", "description": "A responsive dashboard that displays live cryptocurrency prices, 24-hour changes, and interactive chart views. Designed with extensibility in mind to support multiple data domains.", - "url": "https://inoles.github.io/coinkick/", - "repo": "https://github.com/iNoles/coinkick", + "url": "https://inoles.github.io/livepulse-dashboard/", + "repo": "https://github.com/iNoles/livepulse-dashboard", "thumbnail": "https://raw.githubusercontent.com/iNoles/coinkick/refs/heads/main/cypto.png", "tech": ["React", "Vue", "JavaScript", "Tailwind CSS", "Chart.js"] }, From a48188266ca49fc185900802184fce12108b8fa8 Mon Sep 17 00:00:00 2001 From: Jonathan Steele Date: Fri, 29 May 2026 00:22:17 -0400 Subject: [PATCH 2/4] Rename MovieExplorer to Movie Discovery App Updated the title, URL, and repository link for the Movie Discovery App. --- src/config/text.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/text.json b/src/config/text.json index b33e0be..4a7b30b 100644 --- a/src/config/text.json +++ b/src/config/text.json @@ -170,10 +170,10 @@ "tech": ["React", "Vue", "JavaScript", "Tailwind CSS", "Chart.js"] }, { - "title": "MovieExplorer", + "title": "Movie Discovery App", "description": "A responsive movie discovery website that allows users to search, browse, and explore movie details through an intuitive, visually rich interface.", - "url": "https://inoles.github.io/MovieExplorer/", - "repo": "https://github.com/iNoles/MovieExplorer", + "url": "https://inoles.github.io/movie-discovery-app/", + "repo": "https://github.com/iNoles/movie-discovery-app", "thumbnail": "https://raw.githubusercontent.com/iNoles/MovieExplorer/refs/heads/main/screenshots/main.png", "tech": ["Vue.js", "TypeScript", "Tailwind CSS"] }, From 16d92710d0a93acbaf058c20f786752924f7d248 Mon Sep 17 00:00:00 2001 From: Jonathan Steele Date: Fri, 29 May 2026 00:32:28 -0400 Subject: [PATCH 3/4] Update project titles and repository links in JSON --- src/config/text.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/config/text.json b/src/config/text.json index 4a7b30b..3212989 100644 --- a/src/config/text.json +++ b/src/config/text.json @@ -154,11 +154,11 @@ "tech": ["React", "TypeScript", "Bootstrap", "Bun", "Supabase"] }, { - "title": "SpaceXLaunchBlazor", + "title": "SpaceX Launch Tracker", "description": "A Blazor Server web app that consumes public APIs to display and explore SpaceX launch data with a clean, focused UI.", "url": "https://spacexlaunch.tryasp.net/", - "repo": "https://github.com/iNoles/SpaceXLaunchBlazor", - "thumbnail": "https://raw.githubusercontent.com/iNoles/SpaceXLaunchBlazor/refs/heads/main/spacex.png", + "repo": "https://github.com/iNoles/spacex-launch-tracker", + "thumbnail": "https://raw.githubusercontent.com/iNoles/spacex-launch-tracker/refs/heads/main/spacex.png", "tech": ["C#", "Blazor Server", "ASP.NET Core", "Public APIs", "Tailwind CSS"] }, { @@ -166,7 +166,7 @@ "description": "A responsive dashboard that displays live cryptocurrency prices, 24-hour changes, and interactive chart views. Designed with extensibility in mind to support multiple data domains.", "url": "https://inoles.github.io/livepulse-dashboard/", "repo": "https://github.com/iNoles/livepulse-dashboard", - "thumbnail": "https://raw.githubusercontent.com/iNoles/coinkick/refs/heads/main/cypto.png", + "thumbnail": "https://raw.githubusercontent.com/iNoles/livepulse-dashboard/refs/heads/main/cypto.png", "tech": ["React", "Vue", "JavaScript", "Tailwind CSS", "Chart.js"] }, { @@ -174,7 +174,7 @@ "description": "A responsive movie discovery website that allows users to search, browse, and explore movie details through an intuitive, visually rich interface.", "url": "https://inoles.github.io/movie-discovery-app/", "repo": "https://github.com/iNoles/movie-discovery-app", - "thumbnail": "https://raw.githubusercontent.com/iNoles/MovieExplorer/refs/heads/main/screenshots/main.png", + "thumbnail": "https://raw.githubusercontent.com/iNoles/movie-discovery-app/refs/heads/main/screenshots/main.png", "tech": ["Vue.js", "TypeScript", "Tailwind CSS"] }, { From a36d87fd32fe2ccdb4b557b5ff320db1432a2f46 Mon Sep 17 00:00:00 2001 From: Jonathan Steele Date: Fri, 29 May 2026 00:43:01 -0400 Subject: [PATCH 4/4] Rename Taskify to Task Management System and update repo --- src/config/text.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/text.json b/src/config/text.json index 3212989..1eae955 100644 --- a/src/config/text.json +++ b/src/config/text.json @@ -197,10 +197,10 @@ "repo": "https://github.com/iNoles/CareerFlow" }, { - "title": "Taskify", + "title": "Task Management System", "description": "An offline‑first task manager with reliable Room persistence and clean state handling.", "tech": ["Kotlin", "Room", "Jetpack Compose", "Koin"], - "repo": "https://github.com/iNoles/Taskify" + "repo": "https://github.com/iNoles/task-management-system" }, { "title": "TopCoinTrack",