https://github.com/nbely/angular-proj-recipe-book
Completed Course Project from Udemy Course "Angular - The Complete Guide (2021)"
https://github.com/nbely/angular-proj-recipe-book
angular-cli angular11 bootstrap3 css3 firebase-auth firebase-hosting firebase-realtime-database html5 typescript
Last synced: 29 days ago
JSON representation
Completed Course Project from Udemy Course "Angular - The Complete Guide (2021)"
- Host: GitHub
- URL: https://github.com/nbely/angular-proj-recipe-book
- Owner: nbely
- Created: 2021-02-09T22:14:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-12T01:06:48.000Z (almost 5 years ago)
- Last Synced: 2025-06-08T02:07:34.552Z (12 months ago)
- Topics: angular-cli, angular11, bootstrap3, css3, firebase-auth, firebase-hosting, firebase-realtime-database, html5, typescript
- Language: TypeScript
- Homepage: https://ng-course-recipe-book-53a1d.web.app/
- Size: 729 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Angular: The Complete Guide: Course Project - Recipe Book
========================================================================
## Links: [Deployed Firebase App](https://ng-course-recipe-book-53a1d.web.app/shopping-list) | [Course Certificate](https://www.udemy.com/certificate/UC-dcf2dd77-c094-478b-9d1b-f154205623ee/)
## Description:
Course project application built by Nick Bely. The application is utilized as a recipe book with user authentication for creating, storing, and saving recipes. The application also includes the ability to create a shopping list from the recipes or custom input. The course project touches on the the most important and common facets of building Angular applications, and was completed to practice mastery of the content.
# Set-Up
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.0.
## Development server
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.
## Build
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.