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
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": { 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 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
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", 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
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", 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",