Skip to content

Latest commit

 

History

History
78 lines (54 loc) · 2.6 KB

File metadata and controls

78 lines (54 loc) · 2.6 KB

Forkify App: A Recipe Searcher

Table of Contents

Introduction

Forkify is a modern recipe searching wesbite where you can find the instructions of your favorite recipe.

Installation

Clone this repo as a folder (git required)

git clone https://github.com/Code-Blender-7/forkify-app--course_tutorial

install the dependencies via npm (npm runtime required)

npm i

After the Dependencies are installed and the repo is cloned, you can run the website by using npm.

npm start

Note that you can easily view the website demo by clicking on the link in the About section or clicking over Netlify Demo on the topmost of the readme.

Building

Build from the package.json if you cloned the repo or downloaded + extracted it from a zip

$ cd forkify-app--course_tutorial
$ npm run build

Future addons

📝 To do~

  1. Addon of Minutes and Seconds in the servings. (recipeView.js)
  2. Offline Browsing Warning
  3. Comments and Docstrings for the developers
  4. Fix the irregular behavior with the Upload

Credits

Forkify is created by Jonas As part of his udemy course. I am a student over this course who built this website.

Original :Jonas Schmedtmann
Coder / Student :Black_2_white

Report Bugs

You can report bugs by opening a new issue on this project.