Skip to content

max-berman/sesame-fe-code-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published