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.
- Angular
- Firebase to create a server backend
- HTML
- CSS
- Bootstrap
- Redux/NgRx
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.
- 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.