A simple small Note-taking-web-app which allow to create, edit, delete the note.
HTML, CSS, JavaScript
PHP and MySql
user Table
user_id, email, password, name, created_at
notes Table
note_id, user_id, title, note,created_at, last_updated_at
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple small Note-taking-web-app which allow to create, edit, delete the note.
HTML, CSS, JavaScript
PHP and MySql
user Table
user_id, email, password, name, created_at
notes Table
note_id, user_id, title, note,created_at, last_updated_at