/recipe-finder

For cooks who could use some quick inspiration

Primary LanguageJavaScript

Recipe Lister

For the uninspired home cook

Development Mode Setup

Make sure to have Node.js, git, and webpack pre-installed to continue.

To install a local copy of the repository, fork or clone to your local drive via terminal:

git clone https://github.com/larrycustodio/recipe-finder.git <YOUR_REPO_DIRNAME>

Switch to the active directory, then install all npm module dependencies:

cd <YOUR_REPO_DIRNAME>
npm i

Launch the development server: npm run dev and the web app should open up on your default internet browser!

Setting up environment variables

Create a .env file on the root directory, touch .env

Deployment (TBD)

Add additional notes about how to deploy this on a live system

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

References & Acknowledgments

  • API powered by The Meal DB Documentation
  • A few happy hours for the spur of the moment ideas...