Webapp which functions as a directory for an office of robots. Dynamically updates displayed info cards depending on letters typed in search bar.
Based on the exercise from Section 19 of Andrei Neagoie's Zero to Mastery course on Udemy.
- Clone repo
- Run
npm install
to get dependencies - Run
npm run start
to build the app and start a local server to host it