From c13c613c08012075b34d79f61cb3400216501e74 Mon Sep 17 00:00:00 2001 From: ErickFCS <100375709+ErickFCS@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:02:37 -0300 Subject: [PATCH 1/8] Revise project title and description in README Updated project title and improved project description. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d2c03ec..7e5f614 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Mini Blog List App +# Interactive Blogging Application

Awesome Image

-This project is a mini web application built with React, Vite, and Bootstrap. It allows users share and rate blogs. +This project is a web application built with React, Vite, and Bootstrap. It allows users share and rate blogs. ## Technologies Used @@ -33,8 +33,8 @@ This project is a mini web application built with React, Vite, and Bootstrap. It Awesome Image

-- [ Redux FrontEnd](https://minibloglistapp.onrender.com "Using reduxjs/toolkit") -- [ Query FrontEnd](https://minibloglistappquery.onrender.com "Using the react query lib and some contexts") +- [Redux FrontEnd](https://minibloglistapp.onrender.com "Using reduxjs/toolkit") +- [Query FrontEnd](https://minibloglistappquery.onrender.com "Using the react query lib and some contexts") ## Getting Started From 863edc657ffef003e9ff41d99993b02bbce2c988 Mon Sep 17 00:00:00 2001 From: ErickFCS <100375709+ErickFCS@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:05:52 -0300 Subject: [PATCH 2/8] Rename application to InteractiveBloggingApplication in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24b58a9..98f936a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "minibloglistapp", + "name": "InteractiveBloggingApplication", "version": "1.0.0", "main": "index.js", "type": "module", From eeb333939c65ce34df3bcf4799e72c580572c31f Mon Sep 17 00:00:00 2001 From: ErickFCS <100375709+ErickFCS@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:07:37 -0300 Subject: [PATCH 3/8] Update title to 'Interactive Blogging Application' in vanilla html --- FrontEnd/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FrontEnd/index.html b/FrontEnd/index.html index 378c236..3341bd5 100644 --- a/FrontEnd/index.html +++ b/FrontEnd/index.html @@ -4,7 +4,7 @@ - MiniBlogListApp + Interactive Blogging Application
From 21fdb60d4ebd014d89a6a4d0671f02c81ad34ea7 Mon Sep 17 00:00:00 2001 From: ErickFCS <100375709+ErickFCS@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:08:25 -0300 Subject: [PATCH 4/8] Rename project to InteractiveBloggingApplication in vanilla package.json --- FrontEnd/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FrontEnd/package.json b/FrontEnd/package.json index bff725b..929c58f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -1,5 +1,5 @@ { - "name": "minibloglistapp_frontend", + "name": "InteractiveBloggingApplication_frontend", "version": "1.0.0", "type": "module", "scripts": { From bca1749bd2229a69278cb8fe5489c8b74ba84f72 Mon Sep 17 00:00:00 2001 From: ErickFCS <100375709+ErickFCS@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:09:14 -0300 Subject: [PATCH 5/8] Change title from MiniBlogListApp to InteractiveBloggingApplication in query html --- ReactQuery_FrontEnd/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactQuery_FrontEnd/index.html b/ReactQuery_FrontEnd/index.html index 378c236..4189122 100644 --- a/ReactQuery_FrontEnd/index.html +++ b/ReactQuery_FrontEnd/index.html @@ -4,7 +4,7 @@ - MiniBlogListApp + InteractiveBloggingApplication
From 49373822749c87a671c6c773dda1cfcb96eca8e1 Mon Sep 17 00:00:00 2001 From: ErickFCS <100375709+ErickFCS@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:09:44 -0300 Subject: [PATCH 6/8] Rename project to InteractiveBloggingApplication_frontend in query package.json --- ReactQuery_FrontEnd/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactQuery_FrontEnd/package.json b/ReactQuery_FrontEnd/package.json index 23c30e4..51d9173 100644 --- a/ReactQuery_FrontEnd/package.json +++ b/ReactQuery_FrontEnd/package.json @@ -1,5 +1,5 @@ { - "name": "bloglist-frontend", + "name": "InteractiveBloggingApplication_frontend", "private": true, "version": "0.0.0", "type": "module", From 2a794f8fc4f36ff4db0b455d777dac4ecd46b29d Mon Sep 17 00:00:00 2001 From: ErickFCS <100375709+ErickFCS@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:10:17 -0300 Subject: [PATCH 7/8] Change title from MiniBlogListApp to InteractiveBloggingApplication in redux html --- Redux_FrontEnd/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Redux_FrontEnd/index.html b/Redux_FrontEnd/index.html index 378c236..4189122 100644 --- a/Redux_FrontEnd/index.html +++ b/Redux_FrontEnd/index.html @@ -4,7 +4,7 @@ - MiniBlogListApp + InteractiveBloggingApplication
From c0fc168534ef383923e290130a906c3e3d24cb20 Mon Sep 17 00:00:00 2001 From: ErickFCS <100375709+ErickFCS@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:10:44 -0300 Subject: [PATCH 8/8] Rename project to InteractiveBloggingApplication_frontend in redux package.json --- Redux_FrontEnd/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Redux_FrontEnd/package.json b/Redux_FrontEnd/package.json index 0851ed7..36b336d 100644 --- a/Redux_FrontEnd/package.json +++ b/Redux_FrontEnd/package.json @@ -1,5 +1,5 @@ { - "name": "bloglist-frontend", + "name": "InteractiveBloggingApplication_frontend", "private": true, "version": "0.0.0", "type": "module",