This is just another Next JS App that fetches data from a Notion database of recipes.
To show page content and style it NotionToMarkdown
and MDXRemote
are used.
This project was meant to solve two things:
- Boost access to specific recipes. Notion was taking a lot of time loading the whole database whenever I needed access to just one of the recipes.
- Access the database with an old device which could not longer have Notion App installed.
I have deployed it in Vercel so feel free to take a look 😊
https://yummy-recipes-theta.vercel.app/
- Frontend for single page content view.
- Main search optimizing (add filters, similar words,...) in all recipes view.