diff --git a/README.md b/README.md index de2bc98..b9d780c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,42 @@ -# PHP-MySQL-Blog-Website-with-Admin-Panel-Backend +# Responsive-Blog-Website 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. -# This is link for frontend webpages in the repository. +# Technologies Used + - PHP + - MySQL + - HTML + - CSS + - JavaScript + - XAMPP Web Server + +# Features +- Blog post management (CRUD functionality) +- Category management (CRUD functionality) +- User management and authentication (CRUD functionality) +- Sign in and sign up functionality +- Dashboard for users and admin +- Responsive Design +- Search funcrionality +- Live demo available + + + # Screenshots + + +- users Table (for storing users data both job seeker and provider ) (user field can be seeker or provider based on they select on the sign up page) + +![Screenshot (118)](https://github.com/Underemployed/PHP-MySQL-Blog-Website-with-Admin-Panel-Backend/blob/main/user.png?raw=true) + +- posts Table + +![Screenshot (119)](https://github.com/Underemployed/PHP-MySQL-Blog-Website-with-Admin-Panel-Backend/blob/main/post.png?raw=true) + +- categories Table + +![Screenshot (119)](https://github.com/Underemployed/PHP-MySQL-Blog-Website-with-Admin-Panel-Backend/blob/main/categ.png?raw=true) | # | WebPage | Live Demo |