← Back to Projects

Personal Recipe Finder | Placeholder

HTML(Tailwind) CSSJavaScript

Status: Online
[Screenshot of Page]

The Goal

Primarily, I wanted some help deciding on what to cook based on what ingredients I have or what I am in the mood for. As such, it was only logical to build something around that: A central place to store my recipes.

Technical Implementation

For the beginning, I took a pretty simple apporach just using a JSON file to store all the recipes, since GitHub Pages doesn't allow a backend Database. The Frontend is just an HTML File and a JavaScript script providing the content.

Challenges & Learnings

Coming Soon