Andrea-Agosta / Recipe-Book

This is a final project of "Angular - The Complete Guide (2023 Edition)" on Udemy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipe Book App

This is my first Angular application, created during Angular - The Complete Guide (2023 Edition) on Udemy.

This application is a recipe book that allows users to register an account, login and create their own recipe book. The user can also add ingredients to a shopping list to make it easier to purchase all the necessary ingredients for their recipes.

Technologies Used

  • Angular
  • Firebase to create a server backend
  • HTML
  • CSS
  • Bootstrap
  • Redux/NgRx

Installation

Clone the repository using the command

$ git clone https://github.com/Andrea-Agosta/Recipe-Book.git

Navigate to the root directory of the project in your terminal and to install all the necessary dependencies run:

$ npm install

to start the application run:

$ ng serve

Navigate to http://localhost:4200/ in your browser to view the app.

Features

  • User can register a new account
  • User can login with their account
  • User can create new recipes
  • User can view, edit, and delete their own recipes
  • User can add ingredients to their recipe and specify the amount of ingredient required
  • User can add ingredients from their recipe to a shopping list
  • User can view their shopping list and add more ingredients
  • User can log out of their account

Click Here to see the live version.

About

This is a final project of "Angular - The Complete Guide (2023 Edition)" on Udemy.


Languages

Language:TypeScript 79.7%Language:HTML 17.6%Language:CSS 2.8%