Technologies: HTML, CSS, JS, REST API Calls, Bootstrap
•
Developed custom wikipedia search application where user can search and view curated results and can see detailed explanation in wikipedia by clicking on the specific result
•
Displayed list of search results with HTML list elements with hyperlink as url, styled list using CSS, Bootstrap and implemented responsiveness using Flex properties and CSS Box model
•
Fetched search results from server asynchronously using fetch GET HTTP API call
•
When a user clicks on a particular result, opens the website in a new tab by using the target attribute of the anchor tag in HTML