Food api https://spoonacular.com/food-api
Tech lead Kuba, Agata
Development Manager Adrian, Mateusz
Product Owner Sylwia, Paweł
This project was developed during CodesCamp 2021 mentorship program as a proof of concept of being able to apply in practie our development skills in HTML, CSS & primarly JavaScript.
Concept was to create food focus app showing diffent possible production solution with application of chosen API data, like:
variables oprators loops arrays & objects functions logical operators REST API DOM Manipulation external libraries modules asyncronicity callbacks HTTP requests
TO BE WRITTEN
npm install
or npm -i
- to install required modules & dependecies
npm run build
- to build production/deployment ready project
npm run dev
- to enable localhost preview server
The goal was to be create main page view with a menu allowing for navigation through the application. Main page was designed to display recent food related news from various sources using an REST API as a source of data. The aim was also to give user level of customization by choosing from following topics: Food, Wine, Restaurant and making this option persistent with application of local storage for user conveniance.
Accessible from the navigation panel under the name SHOPPING LIST. The idea was to create a subpage with an application, which allows users to form a shopping list with ingredients, based on the recipes, that can be searched using the search bar. An additional feature is the display of the average price for each ingredient and the total cost below the entire list.