A simple search functionality made with React ❤️
- Clone this repo to your local machine
- You need to apply for an API key from the Guardian
- Your API key will be sent to you via email
- 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
- Run
npm install
- Run
node server.js
- Run
npm run start
- localhost:8080 will open automatically in your default browser
This project is using Webpack 4