AkshayHere / Hungry-Palowan

Lets you find various Delicacies and their info based on their names and ingredients

Home Page:https://hungry-palowan.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Hungry Palowan

Inspired by © PALO IT

A React based Website that lets users find various Delicacies and their info based on their Names or Ingredients.

View Demo

The Project is mainly based on Spoonacular API

Create an .env file in project root folder and assign the below environment variables as well

REACT_APP_SPOONACULAR_URL="https://api.spoonacular.com/"
REACT_APP_SPOONACULAR_API_KEY="{YOUR_SPOONACULAR_API_KEY_HERE}"

Cloning and Running the Application in local

Clone the project into local

Install all the npm packages. Go into the project folder and type the following command to install all npm packages

npm install

In order to run the application Type the following command

npm start

Inorder to test the application

npm test

About

Lets you find various Delicacies and their info based on their names and ingredients

https://hungry-palowan.herokuapp.com

License:MIT License


Languages

Language:JavaScript 95.1%Language:HTML 3.3%Language:CSS 1.6%