Notes App Using PHP and MySQL
Notes App Using PHP and MySQL
MySQL
Project by Submitted to
Purpose
Web-based app for personal
note management.
User Functions
Technologies
CRUD Operations
Create, read, update, and delete notes.
Personalization
Each user views only their notes securely.
Responsive UI
Clean, simple design with CSS responsiveness.
Technologies Used
Frontend Database
HTML and CSS for MySQL for storing
structure and style. users and notes data.
Manage Notes
Session Management
session_start() ensures secure page access.
Password Security
Hashes passwords with password_hash() and verifies them.
SQL Queries
Basic security in queries, improvement planned.
Screenshots & Demo
Registration
Forms for user account creation.
Login
Forms for user account access.
Dashboard
User notes overview with edit and delete options.
Add Notes
Clean UI to efficiently manage individual notes.
Challenges Faced
Session Handling
Ensuring user authentication
reliability and security.
Layout Design
Creating clean, reusable, and
consistent interfaces.
Authentication Security
Protecting passwords and sensitive
user data effectively.
Future Improvements
Thank You