Skip to content

iamyuu/php-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes app

Create and store your notes for later purpose!

User stories

  • User can create a note
  • User can edit a note
  • User can delete a note

Bonus features

  • User can change card background color

Prerequisites

  • PHP (v7.4)
  • MariaDB (v10.4)

Start development mode

php -S localhost:7000 -t app