Note-taking-web-app A simple small Note-taking-web-app which allow to create, edit, delete the note. Front-end HTML, CSS, JavaScript Back-end PHP and MySql Database Schema user Table user_id, email, password, name, created_at notes Table note_id, user_id, title, note,created_at, last_updated_at Home Page Register Page Login Page Note-taking Main Page