[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
timestamp will appear on any newly added articles.
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
Added a working timestamp feature
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 timestamp will appear on any newly added articles. check your database.json to see that a timestamp occurs on the new articles as a key in articles
Checklist: