Skip to content

nicolehle/forkify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forkify

A recipe searching application

Setting

  1. Be ready with starter packing and setting.
    *dist(distribution) - css, img
    *src(source) - js, index.html
    css, js in the dist and src directories are main to store imported code from another css and js

  2. Set up webpack and babel. *webpack, webpack-cli, webpack-dev-server, html-webpack-plugin (could be different setting like gulp)
    *webpack.config.js and package.json set up to run webpack on a terminal.
    *babel-core, babel-loader and babel-preset-env
    *add babel moduel into webpack.config.js
    *add preset code on .barbelrc
    *babel-polyfill *add polyfill into entry of the webpack.config.

  3. Start building forkify app. *Architecture - MVC (model, controller, view)

Live Demo

https://epic-hopper-958950.netlify.com/
Only Bacon, Pizza, Pasta recipes are available.

About

A recipe searching application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published