This is Forkify Recipe App to help people with recipes for various dishes and items with bookmarking any recipe and adding own recipe feature as well. This project is from Jonas Schmedtmann's Complete JavaScript Course. Personal features I added:
- Made the entire responsive including the add recipe section as well for small screen devices.
- Added PWA feature so that it behaves like a mobile app.
- src: The main folder containing the img, sass and js folder.
- img: This folder contains all the required images.
- sass: Folder containing the CSS(Sass) for the project.
- js: The main folder containing the JavaScript files.
- index.html is the html file.
-
Clone this repo:
git clone https://github.com/paulaneesh7/Forkify.git
-
Install dependencies:
npm install
-
Run the app:
npm start
This app was created as part of Jonas Smechmann's Udemy course The Complete JavaScript Course 2023: From Zero to Expert!.
Special thanks to Jonas for his excellent teaching and guidance throughout the course.
Give a ⭐️ if you liked this project!
This project is MIT licensed.