Skip to content

oivie/angular-recipesapp

Repository files navigation

Angular Recipes App

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.

Features

  • 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.

Tech Stack

  • Frontend: Angular (Standalone components)
  • API: Edamam API for nutrition and recipe data
  • Styling: Tailwind CSS
  • Deployment: Vercel

Live Demo

View Project

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/angular-recipesapp.git
  2. Navigate to the project directory:
    cd angular-recipesapp
  3. Install dependencies:
    npm install
  4. Run the development server:
    ng serve

Environment Variables

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.

License

This project is licensed under the MIT License.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published