nss-day-cohort-29 / reactive-nutshell-starrywick

reactive-nutshell-starrywick created by GitHub Classroom
0 stars 0 forks source link

add and delete buttons are working now #17

Closed Daniel-Brewer closed 5 years ago

Daniel-Brewer commented 5 years ago

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: