/Coding_Challenge_Open-Message

Coding Challenge for Open Message

Primary LanguageJavaScript

Coding Challenge for Open Message

Coding Challenge Repo for Open Message. Uses the Food2Fork API.

About

Application allows user to input a food that they want to cook with. Food2Fork API randomly generates a recipe based on the specific food that is inputted. There is a second API integrated, punkAPI, which randomly grabs a drink, but I ran out of time could not correctly integrate it to the application.

Stack

  • React-Redux
  • SASS

Instructions

  1. npm install
  2. npm start

then visit http://localhost:8080

Bugs

CORS error when receiving data from API. Workaround: Install a plugin from chrome allowing CORS for your browser.