pdybowski / healthy-food

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Healthy Food App

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.

Table of contents

  1. Installation
  2. Stack
  3. Features
  4. Authors
  5. Additonal informations

1. Installation

  1. Clone the app:

git clone https://github.com/pdybowski/healthy-food.git

  1. Install packages

npm install

  1. Launch development server (available on localhost:3000)

npm run start:app-with-server

2. Stack

Project is created with:

3. Features

Main page
  • Navigation and sign-in/sign-up panel

  • General information about the app

  • Contact form

image

Public User Features
  • searching for recipes and menus

  • checking recommended recipes and menus

  • downloading shopping list for recipes and menus

image

Signed-up User Features
  • editing users settings

  • creating, editing and deleting recipes and menus

  • checking favorite recipes and menus

image

4. Authors

5. Additional Informations

This project was created during the CodersCamp, 2021/2022 edition. To read more, please check: CodersCamp, CodersCamp Github.

About


Languages

Language:JavaScript 96.1%Language:CSS 2.6%Language:HTML 1.3%