This branch adds functional add and delete buttons. A timestamp is also posted to the database.json
Type of change
[x ] New feature (non-breaking change which adds functionality)
Testing Instructions for Change Made
git fetch --all
git checkout branch db-add-buttons
run json server on port 5002
npm start in reactive-nutshell
A list of articles should appear
try adding and deleting articles of your choice
check your database.json to see that a timestamp occurs on the new articles as a key in articles
Checklist:
[x ] My code follows the style guidelines of this project
[x ] I have performed a self-review of my own code
[x ] My changes generate no new warnings
[x] I have added test instructions that prove my fix is effective or that my feature works
Description
This branch adds functional add and delete buttons. A timestamp is also posted to the database.json
Type of change
Testing Instructions for Change Made
git fetch --all git checkout branch db-add-buttons run json server on port 5002 npm start in reactive-nutshell A list of articles should appear try adding and deleting articles of your choice check your database.json to see that a timestamp occurs on the new articles as a key in articles
Checklist: