Recipur is a minimalist recipe discovery app built with vanilla JavaScript and Node.js. It allows users to search and manage recipes using the Edamam API, designed as a backend-focused learning project without a full database.
Created a clean and simple recipe search tool using the Edamam API.
Focused on backend architecture using Node.js and Express.
Implemented favorites functionality without a database, using localStorage.
Handled image expiration with a cookie-based refresh mechanism.
Next Project