leedyrj / MACROmanager

0 stars 0 forks source link

MACROmanager

MACROmanager is a recipe finder specifically tailored to those tracking their macronutrients. A user can find search for recipes based on specific goals, save ones they want to use and add comments and ratings to their recipes. It was build using React, Bloomer, JSON Server and they Yummly API

Technologies used:

Try it out yourself:

To run this project on your own machine, do the following (requires npm):

  1. Fork/download this GitHub repository
  2. Run $ npm install in your terminal from the project directory
  3. Run $ npm start from the project directory to open the React App
  4. In a separate terminal, run $ json-server -p 5000 -w src/database/database.json to activate the JSON Server
  5. Have fun!