AtriSaxena / Udacimeals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UdaciMeals

The app features a customizable calendar for users to track their breakfast, lunch, and dinner through the week. Users will leverage Edamam's Recipe Search API to add meals, then generate a shopping list of ingredients based on the meals chosen.

Requirements :

How to Run:

  1. Download or Clone the Repository.
  2. Get the API ID and APP Key obtained from the Edamam's Recipe Search API.
  3. Replace the YOUR-API-ID and YOUR-APP-KEY with the Key and Id in the .env file.
  4. Run npm install to install the project dependencies.
  5. Run the app using npm start run.
  6. App can be seen at: http://localhost:3000.

create-react-app

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

About


Languages

Language:JavaScript 76.3%Language:CSS 15.0%Language:HTML 8.7%