portfolio-webpage/src/content/projects/loeffelweise-glueck/index.md

971 B

title summary date draft tags repoUrl demoUrl
Webpage - Löffelweise Glück Foodblog by my sister and mother 2020-11-15 false
Astro
Typescript
Next.js
React
HTML
CSS
Javascript
https://github.com/studio-nicolehoelting/loeffelweise-glueck https://loeffelweise-glueck.de

This project was the first website I created, that had a sort of database behind it, the recipes and stories. I started not long after my first project and made the same mistakes. I copied a prepared HTML file for each recipe which loaded .txt files for the ingredients and preparation. For the recipe list I used a JSON file that was requested, parsed and rendered as elements on the page.

Again, I tried to solve the problem with Next.js, but I never finished it and switched to Astro which allows defining the recipes as a scheme and easy adding of them as a Markdown file.

Recipe list