Update README.md
This commit is contained in:
parent
3a66ea7dfa
commit
b5cf7c4124
1 changed files with 22 additions and 20 deletions
42
README.md
42
README.md
|
@ -3,7 +3,6 @@
|
|||
The PHP & MySQL Blog App with Admin Panel project is a web application that allows users to create and manage blog posts, categories, and users. The app is built using PHP and MySQL, two popular technologies for web development, and features a robust CRUD functionality that enables users to Create, Read, Update, and Delete posts, categories, and users.
|
||||
|
||||
|
||||
|
||||
# Technologies Used
|
||||
- PHP
|
||||
- MySQL
|
||||
|
@ -22,6 +21,28 @@ The PHP & MySQL Blog App with Admin Panel project is a web application that allo
|
|||
- Search funcrionality
|
||||
- Live demo available
|
||||
|
||||
# Live Demo
|
||||
|
||||
| # | WebPage | Live Demo |
|
||||
| :-: | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
|
||||
| 01 | Index | [Live Demo](https://underemployed.github.io/blog_website_template/index.html) |
|
||||
| 02 | Blog | [Live Demo](https://underemployed.github.io/blog_website_template/blog.html) |
|
||||
| 03 | Category_Post | [Live Demo](https://underemployed.github.io/blog_website_template/category-posts.html) |
|
||||
| 04 | About | [Live Demo](https://underemployed.github.io/blog_website_template/about.html) |
|
||||
| 05 | Services | [Live Demo](https://underemployed.github.io/blog_website_template/services.html) |
|
||||
| 06 | Contact | [Live Demo](https://underemployed.github.io/blog_website_template/contact.html) |
|
||||
| 07 | SignIn | [Live Demo](https://underemployed.github.io/blog_website_template/signin.html) |
|
||||
| 08 | SignUp | [Live Demo](https://underemployed.github.io/blog_website_template/signup.html) |
|
||||
| 09 | Dashboard | [Live Demo](https://underemployed.github.io/blog_website_template/dashboard.html) |
|
||||
| 10 | Edit_Posts | [Live Demo](https://underemployed.github.io/blog_website_template/edit-post.html) |
|
||||
| 11 | Add_Post | [Live Demo](https://underemployed.github.io/blog_website_template/add-post.html) |
|
||||
| 12 | Add_User | [Live Demo](https://underemployed.github.io/blog_website_template/add-user.html) |
|
||||
| 13 | Manage_Users | [Live Demo](https://underemployed.github.io/blog_website_template/manage-users.html) |
|
||||
| 14 | Edit_User | [Live Demo](https://underemployed.github.io/blog_website_template/edit-user.html) |
|
||||
| 15 | Add_Category | [Live Demo](https://underemployed.github.io/blog_website_template/add-category.html) |
|
||||
| 16 | Manage_Categories | [Live Demo](https://underemployed.github.io/blog_website_template/manage-categories.html) |
|
||||
| 16 | Edit_Category | [Live Demo](https://underemployed.github.io/blog_website_template/edit-category.html) |
|
||||
|
||||
|
||||
# Screenshots
|
||||
|
||||
|
@ -39,22 +60,3 @@ The PHP & MySQL Blog App with Admin Panel project is a web application that allo
|
|||
![Screenshot (119)](https://github.com/Underemployed/PHP-MySQL-Blog-Website-with-Admin-Panel-Backend/blob/main/categ.png?raw=true)
|
||||
|
||||
|
||||
| # | WebPage | Live Demo |
|
||||
| :-: | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
|
||||
| 01 | Index | [Live Demo](https://underemployed.github.io/index.html) |
|
||||
| 02 | Blog | [Live Demo](https://underemployed.github.io/blog.html) |
|
||||
| 03 | Category_Post | [Live Demo](https://underemployed.github.io/category-posts.html) |
|
||||
| 04 | About | [Live Demo](https://underemployed.github.io/about.html) |
|
||||
| 05 | Services | [Live Demo](https://underemployed.github.io/services.html) |
|
||||
| 06 | Contact | [Live Demo](https://underemployed.github.io/contact.html) |
|
||||
| 07 | SignIn | [Live Demo](https://underemployed.github.io/signin.html) |
|
||||
| 08 | SignUp | [Live Demo](https://underemployed.github.io/signup.html) |
|
||||
| 09 | Dashboard | [Live Demo](https://underemployed.github.io/dashboard.html) |
|
||||
| 10 | Edit_Posts | [Live Demo](https://underemployed.github.io/edit-post.html) |
|
||||
| 11 | Add_Post | [Live Demo](https://underemployed.github.io/add-post.html) |
|
||||
| 12 | Add_User | [Live Demo](https://underemployed.github.io/add-user.html) |
|
||||
| 13 | Manage_Users | [Live Demo](https://underemployed.github.io/manage-users.html) |
|
||||
| 14 | Edit_User | [Live Demo](https://underemployed.github.io/edit-user.html) |
|
||||
| 15 | Add_Category | [Live Demo](https://underemployed.github.io/add-category.html) |
|
||||
| 16 | Manage_Categories | [Live Demo](https://underemployed.github.io/manage-categories.html) |
|
||||
| 16 | Edit_Category | [Live Demo](https://underemployed.github.io/edit-category.html) |
|
||||
|
|
Loading…
Reference in a new issue