This app is the final project of the The Complete JavaScript Course 2023: From Zero to Expert! course.1
- As a user, I want to search for recipes, so that I can find new ideas for meals
- As a user, I want to be able to update the number of servings, so that I can cook a meal for different number of people
- As a user, I want to bookmark recipes, so that I can review them later
- As a user, I want to be able to create my own recipes, so that I have them all organized in the same app
- As a user, I want to be able to see my bookmarks and own recipes when I leave the app and come back later, so that I can close the app safely after cooking
- Search input that queries to the API
- Update ingredients quantity when changing number of servings
- Bookmark action
- Ability to add recipes (locally)
- Save and read bookmarks from
localStorage