/react-demo

Primary LanguageJavaScript

Using React to list and filter recipes

This application filter a recipes list while the user is typing and highlight the matched sub-string.

Running

I will assume that you already have Node and npm installed on your machine.

If not... install from here.

On the first time run following command:

npm install

To startup the application

npm start