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