An Angular 6+ app that allows you to add and display recipes, add ingredients of a recipe to the shopping list.
Features added
- Navigate and display recipe page and shopping list page by clicking nav bar menu
- Click each recipe in recipe list, and the recipe detail will showcase to the left
- Allow users to add ingredient in shopping list page
- Navigate between recipe page and shopping list through Angular router (added on Jul 9, 2019)
- Click New Recipe button to add new recipe (added on Jul 21, 2019)
- Edit, delete recipe and add ingredients of recipe to shopping list (added on Jul 21, 2019)
- Add/Update, Delete, Clear ingredients in shopping list (added on Jul 21, 2019)
- Fetch and save recipes data to firebase (Logic is there but write and read to firebase are disabled as authorization has not been implemented) (added on Jul 21, 2019)
Features to add
Navigate between recipe page and shopping list through Angular routerImplement functionality of New Recipe buttonImplement functionality of Manage button in recipe detailImplement functionality of Delete, Clear button in shopping listImplement functionality of Manage button in nav bar menu
Add recipe ingredients to shopping list
This project was generated with Angular CLI version 8.0.1.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.