Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 648 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 648 Bytes

Solution to Sesame FE Code Challenge

Task

Code a “typeahead” widget (also sometimes called an “autocomplete” input.)

🛠 To install dependencies run

Node Version: 14.18.1

npm install

🏗 To run app in the development mode

npm start

👩‍🔬 Testing

Test suite is setup with Jest and react-testing-library.

To run all tests:

npm test

Comments on the implementation

No External UI library has been leveraged instead CSS Modules mixed with global CSS variables did the job.