working links

This commit is contained in:
Underemployed 2023-03-07 14:23:50 +06:30 committed by GitHub
parent 861c192493
commit 16c47fef14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,3 +8,27 @@ One of the key features of the project is its user authentication and access con
Other notable features of the project include the ability to create, edit, and delete posts, categories, and users, as well as the ability to search and filter posts by category, date, and keyword. Additionally, the project includes a user-friendly interface that allows users to easily navigate and interact with the application.
Overall, the PHP & MySQL Blog App with Admin Panel project is an excellent learning resource for beginners looking to gain practical experience in web development and database management.
# This is the working static webpage of all the webpages in the repository.
| # | 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) |