Skip to content

mhnagaoka/noobcook-app

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Check it out live on https://beginner.recipes.

Some recipes:

The recipes are backed by a Google Spreadsheet. The examples above use this spreadsheet.

You can create your own recipe spreadsheet based on the one above and make the app show its recipes by crafting your URL using the following pattern:

https://beginner.recipes/recipe/:spreadsheetId/:sheetId

In the examples above, :spreadsheetId is 1bYA5NIfIFGe9cu6SDX9hucmnpip7AnyVkBdzmJwK_FM and :sheetId is 1 and 2, respectively.

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Storybook

Storybook is a great tool for developing React components.

Run Storybook and start fiddling with the code.

yarn storybook

About

Noobcook App (Next.js, React, MUI)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published