dmitrika / yalf

Yet another login form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yet Another Login Form


SPA using React and Parcel

For testing used Jest and react-testing-library

Screenshot

Start app locally

$ npm install

$ npm start

Run tests

$ npm test

Check different states

# Success
Login: rybin@fastmail.com
Password: password

# Wrong email
Login: test@fastmail.com
Password: password

# Wrong password
Login: rybin@fastmail.com
Password: wrongpassword

About

Yet another login form


Languages

Language:JavaScript 75.3%Language:CSS 19.4%Language:HTML 5.3%