lukebergmann / angular-intro

This project is dedicated to learning Angular through "Angular - The Complete Guide (2021 Edition)" instructed by Maximillian Schwarzmüller and taught through Udemy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Angular

Completed by Luke Bergmann



Project Description

This project is dedicated to learning Angular and TypeScript through Angular - The Complete Guide (2021 Edition) instructed by Maximillian Schwarzmüller and taught through Udemy.com

  • The 'recipe-app' folder is where the main project is stored
  • The 'Angular Practice' folder is where Angular practices is stored

Tech Stack Used

  • TypeScript
  • Angular

Dependencies

  • Bootstrap 3

Installation

  1. Clone or download the respository
$ git clone https://github.com/lukebergmann/angular-intro.git
  1. Navigate to the project directory and install dependencies for Angular
cd angular-intro/first-app
$ npm install
  1. From your terminal, start the server
cd angular-intro/first-app
$ ng serve
  1. Visit http://localhost:4200/ in the browser


About Me

I am a Full-Stack Web Developer. I graduated in May of 2021 from Lighthouse Labs and am always looking for new and exciting opportunities. Feel free to contact me with any of the links below, I would love to connect!

GitHub | LinkedIn | Medium | Resume | Email Me



This project is intended as a learning challenge and not intended for professional grade software.

About

This project is dedicated to learning Angular through "Angular - The Complete Guide (2021 Edition)" instructed by Maximillian Schwarzmüller and taught through Udemy.com


Languages

Language:TypeScript 72.2%Language:HTML 12.2%Language:JavaScript 11.2%Language:SCSS 2.9%Language:CSS 1.5%