soramitsu / iroha-wallet-js

Sample wallet application for Iroha
Apache License 2.0
27 stars 18 forks source link

[IWJ-3,4] Create a login page and form validation #1

Closed oimou closed 6 years ago

oimou commented 6 years ago

Tickets

https://soramitsu.atlassian.net/browse/IWJ-3 https://soramitsu.atlassian.net/browse/IWJ-4

Description

I created a login page and add form validation functionality.

Note that it doesn't check whether "Node IP" is valid for now. Though I found the regex pattern to check valid IP address or hostname, it looks a bit complicated, but I would like to use this regex pattern for "Node IP" validation if it is ok.

How to check

  1. npm install to install newly added dependencies.
  2. npm run dev
laSinteZ commented 6 years ago

frame 3 Please, note that comments :)

oimou commented 6 years ago

Thank you for your review! I fixed some points and updated README to use Yarn. 🐈

current screenshot:

screen shot 2018-04-19 at 15 09 57