Welcome to Hungry Hippos, your go-to Recipe Search App! This simple and user-friendly tool, built with Vite, TypeScript, and npm, allows you to discover delicious recipes by entering keywords.
-
Enter Keywords: Type in keywords that describe the type of recipe you're looking for.
-
Error Handling: If you enter a wrong keyword or the app doesn't find any matching recipes, the app will guide you to enter another word.
-
Copy to Clipboard: Use the "Copy to Clipboard" feature to save the recipe details for future reference.
- Keyword Search: Easily find recipes by typing keywords.
- Error Handling: Receive guidance to enter alternative keywords.
- Copy to Clipboard: Quickly save your favorite recipes.
# Clone the repository
git clone https://github.com/your-username/hungry-hippos.git
# Navigate to the project directory
cd hungry-hippos
# Install dependencies
npm install