Back to projects

Food Recipe

A recipe discovery app using HTML, CSS, JavaScript, and an external API.

https://bamacharanchhandogi.github.io/Chitkara-Mess/

Problem

API projects are only useful if the data becomes easy to search, scan, and act on. Recipe content is a good test case because users need quick visual and text feedback.

What I Built

Food Recipe is a small recipe discovery app built with HTML, CSS, JavaScript, and an external API. It fetches recipe data and renders it in a compact interface.

Technical Decisions

I kept the stack simple and focused on fetch logic, loading states, search behavior, and readable result cards instead of framework complexity.

Outcome

The project was an early exercise in connecting a browser UI to external data and turning raw API responses into a usable experience.