MustafaCelal / Kartvizit-app

Angularda componentleri, modulleri ve servisleri pekiştirmiş oldum.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KartvizitApp

Bu proje Mehmet Sert'in Youtube'daki Hızlandırılmış Angular Dersleri takip edilerek yapılmıştır.

orjinal proje linki

Angulardaki componentlerin, modullerin, servislerin mantığını pekiştirmiş oldum.

Kartvizitler sayfasına gittiğimizde apiden veri gelene kadar duran bir loading ekranımız var. Sonrasında her bir kartvizit elemanını bir componente @Input özelliği ile gönderip listeledik. Yeni kartvizit eklemek için Angular Material'in dialog bileşenini kullandık, bunun içerisindeki formlarda da reactive formları kullandık. Validation işlemlerini gördük. Kartvizit güncellemek için yine aynı dialog componentine verimizi gönderdik ve field'ları dolu getirdik. Api'lerden gelen sonuçları yine Angular Material'in SnackBar bileşeni ile ekrana yansıttık.

This project was generated with Angular CLI version 12.1.4.

Installing the Application

  • First, install nodejs and npm globally if you don't have already: nodeJS

  • Then, clone git repo and cd to project folder:

git clone https://github.com/MustafaCelal/Kartvizit-app.git
cd Kartvizit-app/
  • Now, you need to install required node packages:
npm install 

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.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

About

Angularda componentleri, modulleri ve servisleri pekiştirmiş oldum.


Languages

Language:TypeScript 73.4%Language:HTML 17.8%Language:JavaScript 5.1%Language:CSS 3.7%