victor-schumann / angular-hub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipe Book Angular Project

This is the code repository for the Recipe Book project, which is part of the Udemy course on Angular development by Maximilian Schwarzmüller.

Overview

The Recipe Book project is a web application for managing food recipes with an auxiliary shopping list app. The project is built using Angular 14.3.0.

Installation

To install and run the project locally, follow these steps:

  1. Clone this repository to your local machine using the following command:
git clone https://github.com/victor-schumann/angular-hub.git
  1. Navigate to the project directory and install the dependencies using the following command:
npm install
  1. Run the application using the following command:
ng serve
  1. Open a web browser and navigate to http://localhost:4200/ to view the application.

Credits

The Recipe Book project was built as part of the Udemy course on Angular development by Maximilian Schwarzmüller during the onboarding process at NINC/NORTAN, an amazing company that develops software for the Engineering field. My experience at NINC/NORTAN has been the best, and I own a great deal of where I am today to everything that I have learned there.

About


Languages

Language:TypeScript 60.6%Language:HTML 32.4%Language:JavaScript 6.0%Language:CSS 1.0%