Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 715 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 715 Bytes

Words Words Words

This project was bootstrapped with Create React App and results are provided by WordsAPI.

How to use

Key in an English word into the input area and click the submit button or press enter to search for the word's definition(s).

Purpose

This project was created to showcase knowledge learned in creating a frontend page, namely fetching APIs and displaying them as elements. Skills learnt from this project:

  • registering key press 'enter' to trigger handle event function
  • registering page scroll to display back-to-top button
  • smooth scrolling to target element on click
  • fetching and displaying data fetched from API appropriately