Blog Posts

This web application, built using PHP, HTML, CSS, and JavaScript, employs BYCRYPT for password encryption and SQL Lite for the database. Hosted on a local server via NGROK, it includes a secure sign-in page with SQL Lite for database management and BYCRYPT for password protection

, a registration page ensuring unique user credentials with encrypted and salted passwords, and an activity feed where users can create posts, comment, and like other posts, with content displayed from newest to oldest. Future updates will introduce a notification center, editing posts, and other typical blog features.

Show More