/angular-katas

Angular basics in 6️⃣ simple katas 🧱💻👍

Primary LanguageTypeScript

Angular Katas 📝🥋🐱‍👤

6 Katas in which I practice the Angular essentials: Components, classes, bindings, attributes, events, services, providers, directives (ngIf, ngFor), HttpClient requests, observables, and routing among others.

In each particular kata, you have a Readme file with its statement, here you have a direct link to each one:

📦 Components
🌡️ Cities Weathers
🔢 Calculator
🛒 Shopping List
Alarm
📞 API Request

Features

  • Complete Angular practice
  • Focused entirely on the technical part
  • Info received from the Dog API on kata 6

Setup

Make sure you have globally installed: Node, NPM, Angular CLI.

  1. Clone repository or download
  2. Install NPM packages npm i
  3. 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.