A responsive Angular application that helps users explore meal suggestions, search for recipes, analyze nutrition, and submit feedback. Built with Angular and deployed on Vercel.
- Meal Suggestions: Explore curated meal ideas.
- Recipe Search: Find recipes using the Edamam API.
- Feedback Form: Submit feedback through a styled form.
- Responsive Design: Optimized for desktop and mobile views.
- Frontend: Angular (Standalone components)
- API: Edamam API for nutrition and recipe data
- Styling: Tailwind CSS
- Deployment: Vercel
- Clone the repository:
git clone https://github.com/your-username/angular-recipesapp.git
- Navigate to the project directory:
cd angular-recipesapp - Install dependencies:
npm install
- Run the development server:
ng serve
Add the following to your src/environments/environment.ts:
export const environment = {
production: false,
EDAMAM_APP_ID: 'your-app-id',
EDAMAM_APP_KEY: 'your-app-key',
};For production, update src/environments/environment.prod.ts.
This project is licensed under the MIT License.