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.