Implement a React Stats Widget app that groups and counts restaurants per price range.
npm i
npm run start:dev
npm run webpack -- --watch // iTerm, new tab
-
Fix
Uncaught Error: Target container is not a DOM element.
-
Use the
/api/v1/restaurants
endpoint to fetch data from the server (N.B. theprice
property is the price range for the restaurant; values: 1-4) -
Do some CSS stuff!