The Food Menu App is a recipe application that allows you to explore and search for recipes from around the world.
- Recipe List: Explore a list of recipes in the form of cards.
- "See More" Button: Allows you to get more details for each recipe.
- Search: Find recipes by name, category, and area.
npm start: Starts the application in development mode.npm build: Builds the application for production.npm watch: Builds the application in watch mode for development.npm test: Runs unit tests.
- @angular/animations (^16.2.0)
- @angular/cdk (^16.2.12)
- @angular/common (^16.2.0)
- @angular/compiler (^16.2.0)
- @angular/core (^16.2.0)
- @angular/forms (^16.2.0)
- @angular/material (^16.2.12)
- @angular/platform-browser (^16.2.0)
- @angular/platform-browser-dynamic (^16.2.0)
- @angular/router (^16.2.0)
- @ngx-translate/core (^15.0.0)
- rxjs (~7.8.0)
- tslib (^2.3.0)
- zone.js (~0.13.0)
- Bootstrap
- @angular-devkit/build-angular (^16.2.1)
- @angular/cli (~16.2.1)
- @angular/compiler-cli (^16.2.0)
- @types/jasmine (~4.3.0)
- jasmine-core (~4.6.0)
- karma (~6.4.0)
- karma-chrome-launcher (~3.2.0)
- karma-coverage (~2.2.0)
- karma-jasmine (~5.1.0)
- karma-jasmine-html-reporter (~2.1.0)
- typescript (~5.1.3)
Follow these steps to run the application in your local environment:
- Clone the repository: git clone
[https://github.com/sorvylenny/cocktailsapp](https://github.com/sorvylenny/foodMenuApp) - Install dependencies:
npm install. - Run the application:
ng serve -o,ng serve(ng s-o). - Open your browser and navigate to http://localhost:4200/.
- Deployed Version
https://appmeals.netlify.app/listFood
This project was developed by Katherine Flores <floresmKatherine@gmail.com.>