I have followed a solution about the errors with fraction when running live on Netlify, however I tried the fracty solution but didnt work + the localhost didnt worked either when I tried.
I have also tried to solve the undefined pictures in the bookmarked recipe
UdemyJS-ForkifySPA-master.zip
s.
I set up Forkify with Fracty and latest Parcel. Can you try running it locally and on Netlify?
You can find it here https://github.com/akozdev/Forkify-Fracty-Parcel2.
npm install
npm start
@akozdev the bookmarked pictures are now there locally, shall i redo the same steps for netlify part... Deploy this git to my own so i can hook it up in netlify process or is there another way :)?
@akozdev the weird part is, when i try to copy your model.js it does not work unless i do this as like in my own code...
export const loadRecipe = async function (id) {
try {
const data = await AJAX(${API_URL}/${id}?key=${KEY}
);
But yes your Forkify works on local + netlify -.- how do i fix mine then xD
@akozdev Damn bro it was the motha effin / at the end of recipes in the API_URL. xD
only netlify/fracty left and my page is not responsive, on mobile it does not work, the screen is cut off ish
this is my json package
{
"name": "forkify",
"version": "1.0.0",
"description": "Recipe application",
"default": "index.html",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --dist-dir ./dist"
},
"author": "jannick pedersen",
"license": "ISC",
"devDependencies": {
"@parcel/transformer-image": "^2.0.0-rc.0",
"@parcel/transformer-sass": "^2.0.0-rc.0",
"parcel": "^2.0.0-rc.0"
},
"dependencies": {
"core-js": "^3.18.2",
"fractional": "^1.0.0",
"fracty": "^1.0.9",
"regenerator-runtime": "^0.13.9"
}
}
@akozdev tbh i am mainly drawn to JS vanilla - i think NPM and frameworks have taken over alot - thats why the founder of NPM created Deno lol xD. Im gonna code Deno maybe in 2023. If Jonas do a big JS vanilla responsive, ill throw my money xD the adv dom was nice in this course though :) though i prolly gonna look into his CSS and animation course. Need more UX / design experience too on my CV
Owner Name | jonasschmedtmann |
Repo Name | complete-javascript-course |
Full Name | jonasschmedtmann/complete-javascript-course |
Language | JavaScript |
Created Date | 2018-06-14 |
Updated Date | 2023-03-29 |
Star Count | 12137 |
Watcher Count | 850 |
Fork Count | 14403 |
Issue Count | 153 |
Issue Title | Created Date | Updated Date |
---|