Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 505 Bytes

File metadata and controls

18 lines (11 loc) · 505 Bytes

Here we have a simple shopping list app.

the app uses GET, POST, and DELETE methods for Api fetches to add, delete and fetch items from airtable.com.

to use the app

Terminal - npm run start to spin up app

Browser - local host 3000

add item --> Type item name in input field and click plus sign. remove item --> Click minus sign beside the item you would like to remove.

Items are displayed below it alphabetical order or reverse alphabetical order. click sort to adjust order of items.

update