Feature Login Social Platform — Final Capstone Project
Technologies: PHP, HTML/CSS, JavaScript, Ajax, Microsoft Access
• Designed and implemented a social web application where users can create accounts, log in, and manage their information, with all credentials stored in a relational Access database.
• Built registration and login flows with client-side validation (e.g., password confirmation) and error checking to improve data quality and user experience.
• Created database tables for user accounts and implemented SQL queries to insert, retrieve, and validate login information against stored records.
• Developed a personalized home/dashboard page showing user data after successful authentication and implemented a logout mechanism that clears user state and returns users to the login page.
Social Media Web Application — Course Project
Technologies: HTML, CSS, JavaScript, Ajax, PHP, MySQL
• Created a multi-user web application where users can create accounts, post thoughts, and interact via likes and comments, backed by a MySQL database.
• Designed database schema to manage users, posts, and interactions; implemented CRUD operations for user-generated content.
• Used Ajax to deliver a responsive, interactive experience with minimal full-page reloads.
• Focused on user-centric design and accessibility while integrating feedback from classmates and instructors.