An open API service indexing awesome lists of open source software.

https://github.com/wahyukmr/xirafood

Xirafood is a web app that can be used to search for various types of food recipes, create our own food recipes, save food recipes in bookmarks, etc. using HTML, SASS, JavaScript, Parcel, and the MVC architecture pattern in its creation.
https://github.com/wahyukmr/xirafood

ajax api async-await asynchronous html-css-javascript mvc-architecture parcel programming project promise sass scss

Last synced: about 2 months ago
JSON representation

Xirafood is a web app that can be used to search for various types of food recipes, create our own food recipes, save food recipes in bookmarks, etc. using HTML, SASS, JavaScript, Parcel, and the MVC architecture pattern in its creation.

Awesome Lists containing this project

README

          

Xirafood Web App Project

XIrafood is a web app that can be used to search for various types of food recipes, create your food recipes, save food recipes in bookmarks, etc.using HTML, SASS, JavaScript, Parcel, and the MVC architecture pattern in its creation.

Project Planning ( 1 )

- Loading a Recipe from API
- Rendering the Recipe
- Listening for load and hashchange Events
- The MVC Architecture
- Helpers and Configuration File
- Event Handles in MVC: Publisher-Subcribe Pattern
- Implementing Search Results
- Implementing Pagination

Project Planning ( 2 )

- Updating Recipe Servings
- Developing a DOM Updating Algorithm
- Implementing Bookmarks
- Storing Bookmarks With LocalStorage

Project Planning ( 3 )

- Uploading a New Recipe