Skip to content

Latest commit

 

History

History
executable file
·
12 lines (8 loc) · 474 Bytes

README.md

File metadata and controls

executable file
·
12 lines (8 loc) · 474 Bytes

robofriends

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.

Setup

  1. Clone repo
  2. Run npm install to get dependencies
  3. Run npm run start to build the app and start a local server to host it

Usage