This is a webstie where user can put a postal code in the input field and search the location info. This website also support multiple screen size. There are 3 cases: CASE1: user enters correct postal code and get the location information. CASE2: user enters false postal code and gets a message to enter correct postal code. CASE3: user clicks on clear button to clear the page of all the content.
If the user clicks on the brand text, the page will reload.
The website uses javascript promises to handle API. It also uses react.js component feature for better code writing and much more.