Find My Recipe is a web application designed to help users discover and follow various recipes. The platform provides users with an easy-to-navigate interface to explore recipes for different dishes, from classic pancakes to more complex meals like spaghetti carbonara. Users can search for recipes, view detailed instructions and ingredients, and eventually create their own account to save favorite recipes.
- Recipe Search: Users can search for recipes by ingredients.
- Recipe Pages: Each recipe page provides detailed instructions, ingredients list, and a featured image.
- User Authentication: Users can sign up, log in.
- Responsive Design: The website is fully responsive, providing a smooth experience on both desktop and mobile devices.
- Quick Links: A section with direct links to featured recipes, allowing easy navigation.
- Get a spoonacular api key
- Create a
config.jsfile in root with the following:
const CONFIG = {
API_KEY: 'your_spoonacular_api_key_here'
};- Run
npm install - Navigate to backend in terminal
- Run
node server.js