Projects:

This page will display the projects i did

click on the project name to read the information about it

Message board project

Developed Message Board Application

Utilized MySQL, PHP, and HTML skills to develop a functional message board requiring user login credentials for access, allowing users to view and post messages.

click here to check the project on github

  • User Authentication: Created secure login with encrypted passwords.
  • Post and Comment System: Enabled users to view, create, and comment on posts.
  • Database Design: Designed a schema with primary tables for users, posts, and comments, extending to include likes and private messages.
  • Extended Functionality: Added features like post and comment likes, and private messaging.
  • Front-end Development: Built responsive, user-friendly UI for registration, login, and message board interactions.

The login/register page

This page fetches the login info from the SQL. Or makes you register if you have no account.

Make your own posts

You can create posts and publish it for other people to see

View and reply to others

you can view what others posted and also leave a reply to them.

Scroll to Top