Skip to content

Vanilla JavaScript Application that facilitates a search for herbs and/or spices. Utilizes a Node.js proxy server to handle requests to third party API.

License

Notifications You must be signed in to change notification settings

amehi0index/js-spices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultimate Herb Finder

Project Image

Herb and Spice Finder Application built with Vanilla JS, HTML5, CSS3, and Node.js.


Table of Contents


Description

This application allows a user to search for an herb or spice by name and to match that particular herb or spice with a complementary food or recipe. This version utilizes JSON to store application data, local storage to hold a user search query, and the Edamam API to fetch recipe queries. The proxy server hides the API Keys and handles requests to the third party API.

Technologies

  • Javascript
  • HTML5
  • CSS3
  • Node.js
  • Express
  • JSON

How To Use

Install dependencies for server

npm install

Run the server

npm run dev

Server runs on http://localhost:5000, open browser at http://localhost:5000 to view index.html


License

This project is licensed under the MIT License

Copyright (c) 2021 Amelia Hill

About

Vanilla JavaScript Application that facilitates a search for herbs and/or spices. Utilizes a Node.js proxy server to handle requests to third party API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published