Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 352 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 352 Bytes

pergamon

pergamon is simple, one-page home library app project. It's functionality is to add book, update it's info (author, title, description) and delete it.
The project consists of two parts:

  • server - wrote in object PHP, implementing REST functionality
  • client - wrote in HTML5 and JavaScript; communicates with server by AJAX