Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 526 Bytes

File metadata and controls

19 lines (11 loc) · 526 Bytes

Sample APP

Builded a responsive form. The form has a Name, EMail and Message field. The labels should be next to the inputs on a big screen and above on a small screen (<= 600px).

When the user submits the form, sending of the data should be simulated with a timeout. While sending a loading indicator should be shown and all inputs must not be accessible.

Added test that checks if the form submits its data when the submit button gets clicked.

Setup

yarn

Start

yarn start

Run tests

yarn test