https://github.com/yun-nu/forkify
forkify 🍴 - Recipe app with custom recipe uploads
https://github.com/yun-nu/forkify
asynchronous-javascript javascript oop-in-javascript
Last synced: about 17 hours ago
JSON representation
forkify 🍴 - Recipe app with custom recipe uploads
- Host: GitHub
- URL: https://github.com/yun-nu/forkify
- Owner: yun-nu
- Created: 2024-04-10T21:37:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T10:18:35.000Z (about 2 years ago)
- Last Synced: 2025-01-21T18:49:22.964Z (over 1 year ago)
- Topics: asynchronous-javascript, javascript, oop-in-javascript
- Language: JavaScript
- Homepage: https://forkify-tsm13.netlify.app/
- Size: 160 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# forkify 🍴
[Live here](https://forkify-tsm13.netlify.app/)
Recipe app with custom recipe uploads and a bookmark option to save your recipes of choice. User-uploaded recipes are automatically saved as bookmarks in the browser's local storage, along with the recipes bookmarked manually.
This project is part of [Jonas Schmedtmann](https://github.com/jonasschmedtmann)'s [JavaScript Course](https://www.udemy.com/course/the-complete-javascript-course/), and built by me for learning purposes.
The main aim of this small project was to practice OOP JS, Asynchronous JS, and the basics of the MVC design pattern. Meaning this project is not 100% optimized for use, as it still lacks some important features, such as proper data validation before form submission.