jsmuster / ang6-jwt-login

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple Login Application via (Angular6 + Reactive Forms + Route Guard + Http Interceptor + JWT) + (Node + Express)

This project was generated with Angular CLI version 6.1.2.

Clone this repository locally

git clone https://github.com/jsmuster/ang6-jwt-login ng-login

cd ng-login

npm install

Development server

Run

ng serve --proxy-config proxy.conf.json

for a dev server & a proxy. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

API server

The API for this project, which needs to be running for this project to function properly: https://github.com/jsmuster/ang6-jwt-login-node-api

Screenshots

User logs into the site

Login Page

User lands on a user home page

User Home Page

User clicks Increment button to increment a counter

Increment Action

User clicks Confirm button. The counter is incremented via a server service

Action Result

About


Languages

Language:TypeScript 78.3%Language:HTML 12.4%Language:JavaScript 7.2%Language:CSS 2.1%