max-berman / sesame-fe-code-challenge

Sesame Frontend code challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Sesame Frontend code challenge


Languages

Language:JavaScript 51.4%Language:CSS 37.0%Language:HTML 11.6%