List of completed features, backlog items and future upgrades.
git clone https://github.com/thraddash/food2.git
install node v14.15.5
install npm 6.14.11
npm install --global yarn
cp .env.sample > .env
yarn dev
cp .env.sample > .env
REACT_APP_LOCALHOST = localhost
If you are hosting the app on a server, rename βlocalhostβ to the name of your host server in the .env file
"scripts": {
"start": "react-scripts start",
"serverNode": "node ./src/server.js",
"server": "nodemon ./src/server.js",
"client": "react-scripts start",
"dev": "concurrently \"yarn server\" \"yarn client\"",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Designed an UI to display all food recipes.
recipes can be expanded and collapsibled in 3 sections.
(added placeholder image if thumbnail is not provided)
Secion 1: Ingredients, Directions and Notes textfield area.
Section 2: Additional Images using material ui carousel.
Section 3: Video listing using material ui carousel.