Things on the internet that we eat.
You can load your own recipes from a Google Sheet:
-
Start a new spreadsheet, then add
type,name,linkandnotescolumn headings to a sheet named "Recipes" (column order doesn't matter, but column heading & sheet name spelling & casing do). -
Get the
SPREADSHEET_IDfrom the url:https://docs.google.com/spreadsheets/d/SPREADSHEET_ID/edit. -
Voila:
https://colinrobertbrooks.github.io/recipes?spreadsheetId=SPREADSHEET_ID&key=KEY.
$ npm install
$ npm start
$ npm run validate
$ npm run build
$ npm run deploy
This project was bootstrapped with Create React App and TypeScript.