Skip to content

ukntpm/react_search

 
 

Repository files navigation

React Search

A simple search functionality made with React ❤️

Instructions

  1. Clone this repo to your local machine
  2. You need to apply for an API key from the Guardian
  3. Your API key will be sent to you via email
  4. Create a .env file in the root of your directory and copy the API key into a variable of your choice, for example:
API_KEY=your api key here

Note: do not put any spaces inbetween your variable, the = operator and key

  1. Run npm install
  2. Run node server.js
  3. Run npm run start
  4. localhost:8080 will open automatically in your default browser

This project is using Webpack 4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.6%
  • CSS 15.9%
  • HTML 7.5%