Sending request with node.js to Duck Duck Go's and displaying the result with React. There is also presistent data file to save previous queries, which you can add entries to using POST, on /api/history/add, and getting the previous queres with GET request, on /api/history
yarn install yarn start