Back
Note-Taking Web Application
Year
2024
Technologies
PHP, MySQL, JavaScript, Bootstrap
Project Links
Description
A note-taking app I built to get hands-on with PHP and MySQL. It supports rich text editing, categories, search, and user accounts with role-based access. Nothing groundbreaking, but it taught me how to design a database schema, handle authentication, and build something people actually use.
What I Learned:
What I Learned:
- Designed a normalized MySQL schema from scratch
- Implemented secure authentication and role-based access
- Built search and filtering across notes
- Responsive design that works across browsers
- Got real feedback from users and iterated on it