A mini version of google search page using React js and google custom search API.
- Clone this Repo to your Local Machine.
- Type
npm install. - Add your own google custom Search API key in src/keys.js.
- Type
npm startto run the server. - Open localhost:3000 in your browser.