landry007 / qr-login-fe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Code Login - Frontend

Gurkan UCAR

 

Used Packages

sockjs-client & stompjs & net: for connecting to stomp socket

redux : storing global state

React Bootstrap: ui package

 

How to run

  git clone https://github.com/gurkanucar/qr-login-fe.git
  cd qr-login-fe

install the packages

  npm install

run

  npm start

User credentials for testing

   username: gurkan
   password: password

dont forget to change backend url !

/src/constants

export const BASE_URL = "http://[IP ADDRESS]:8080";

Example Images

example

example

Example Video:

https://www.youtube.com/watch?v=i5btOYd0Exw

Other components:

About


Languages

Language:JavaScript 69.6%Language:CSS 19.9%Language:HTML 10.5%