This app was built in React.js and Nodejs as a backend, the function of this web application is to list products from a company and later you can filter the products by category (Tech, Services or Office) in the Category Panel, you can search a specific product by typing the name of the product in the 'search' text field.
To send data just fill the contact form, click the 'Contact' tap and a form will display, all the fields are required.
git clone https://github.com/robinHurtado/productsApp.git
npm install
npm start
cd /server
server>npm install
server>npm start
That's it!