Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.73 KB

readme.md

File metadata and controls

44 lines (27 loc) · 1.73 KB

About Cookbook

Cookbook is an angular application made to browse, update, create recipes.

Landing Page Screenshots.

image image image image

Create Recipe Page Screenshot.

image

Update Recipe Page Screenshot.

image

Recipe Display Page Screenshot.

image

About the Development?

  • The Developer used, created, and architeted the application using a Lazy-loading module approach to lessen the chunks of js on load.
  • It helps the application to boost and to load fast.
  • Utilized Bootstrap classes
  • Integrated using rxjs and subjects
  • Added a partial unit testing
  • Another best practice shown; Is the unsubscription for every ngOnDestroy() to eliminate memory and data leaks.
  • Added a partial unit testing for Recipe List Component.

The Developer coded the application in an efficient for the ease of readabilty for other developers who will read and analyze the code.

How to run the Angular application?

(Make sure you have Angular CLI installed)

  • cd e-fruits-finder
  • npm install
  • ng serve