Healthy Food App is a single page application created with React.
Main functionality of the app is searching for recipes, adding recipes, planning meals as well as generating shopping lists based on the recipe or menu.
Note: due to the issuess realted to the limited number of characters available in db.json file, app version published on github page does not display images. To see full version of the app, please install and display it locally.
- Clone the app:
git clone https://github.com/pdybowski/healthy-food.git
- Install packages
npm install
- Launch development server (available on localhost:3000)
npm run start:app-with-server
Project is created with:
-
React 17.0.2 and React packages
-
gh-pages - to deploy app on github pages
Public User Features
-
searching for recipes and menus
-
checking recommended recipes and menus
-
downloading shopping list for recipes and menus
Signed-up User Features
-
editing users settings
-
creating, editing and deleting recipes and menus
-
checking favorite recipes and menus
This project was created during the CodersCamp, 2021/2022 edition. To read more, please check: CodersCamp, CodersCamp Github.