A modern, responsive web application to discover recipes from around the world. Built with HTML, CSS, and JavaScript.
- Search for recipes by cuisine type, ingredients, or meal preferences
- Responsive design for mobile and desktop
- Modern UI with recipe cards
- Integration with Spoonacular API for recipe data
- Global cuisine categories
- SEO optimized
- HTML5 & CSS3
- JavaScript (ES6+)
- Font Awesome for icons
- Google Fonts
- Spoonacular API
This project is deployed on Vercel. You can view the live site at https://recipe-finder-tau-one.vercel.app/.
To run this project locally:
- Clone the repository
- Open
index.htmlin your browser - Get your own API key from Spoonacular and replace it in the script
This project uses the Spoonacular API. The API key in the code is limited to 150 requests per day. For a production environment, you should:
- Get your own API key from Spoonacular
- Consider storing the API key as an environment variable in Vercel