Skip to content
2 changes: 1 addition & 1 deletion FrontEnd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MiniBlogListApp</title>
<title>Interactive Blogging Application</title>
</head>
<body>
<div id="root" class="container"></div>
Expand Down
2 changes: 1 addition & 1 deletion FrontEnd/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "minibloglistapp_frontend",
"name": "InteractiveBloggingApplication_frontend",
"version": "1.0.0",
"type": "module",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Mini Blog List App
# Interactive Blogging Application

<p align="center">
<img src="/overview.png" alt="Awesome Image" width="600">
</p>

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

Expand Down Expand Up @@ -33,8 +33,8 @@ This project is a mini web application built with React, Vite, and Bootstrap. It
<img src="/overview_v.png" alt="Awesome Image" width="600">
</p>

- [ 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

Expand Down
2 changes: 1 addition & 1 deletion ReactQuery_FrontEnd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MiniBlogListApp</title>
<title>InteractiveBloggingApplication</title>
</head>
<body>
<div id="root" class="container"></div>
Expand Down
2 changes: 1 addition & 1 deletion ReactQuery_FrontEnd/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bloglist-frontend",
"name": "InteractiveBloggingApplication_frontend",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion Redux_FrontEnd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MiniBlogListApp</title>
<title>InteractiveBloggingApplication</title>
</head>
<body>
<div id="root" class="container"></div>
Expand Down
2 changes: 1 addition & 1 deletion Redux_FrontEnd/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bloglist-frontend",
"name": "InteractiveBloggingApplication_frontend",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "minibloglistapp",
"name": "InteractiveBloggingApplication",
"version": "1.0.0",
"main": "index.js",
"type": "module",
Expand Down