Skip to content

LearnFL/proj-web-js-forkify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Script Based Recipe App

Purpose

Practicing Java Script.

Process

JavaScript, OOP.

NETLIFY DEPLOYMENT

Netlify.com (no database, no server side code, only static) or use surge.sh. Had to change Fraction to fracty as it was causing issues.

  1. Delete .parce-cache and dist to give a fresh start
  2. Command line to finish parcel build, specify dist dir and folder: npm bild ( OR "parcel build index.html --dist-dir ./dist")
  3. In package.json change main to default:
"default": "index.html",
  1. Run build command.
  2. Upload to Netlify.

Video Introduction on YouTube

Video

VISIT LIVE PAGE

See live page

Screenshots

Screen Shot 2023-02-04 at 5 16 40 PM Screen Shot 2023-02-04 at 5 17 36 PM Screen Shot 2023-02-04 at 5 17 56 PM Screen Shot 2023-02-04 at 5 17 13 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published