A simple html & js app for managing phone-book
- html/css for main layout
- js (dhtml) to generate phone-book table dynamically
- static json files for mocking API api/*.json
Open https://nmatei.github.io/phone-book-html/
if you have an API that makes all CRUD operations, you can integrate it by changing js/phone-book.js API && ACTION_METHODS
CORS docs
one time:
npm install serve -g
daily usage
serve .
Open: http://localhost:5000/
host the folder on other servers as static content