This project was bootstrapped with Create React App.
Node version : v14.16.1
To run the project with both api and client :
Or run client and api separately :
Runs the app in the development mode.
Open http://localhost:8081 to view it in the browser.
Config for linter is in client -> package.json.
Linter config for api is in api -> eslintconfig.json.
Add a new ingredient with a name, quantity, and/or emoji.
Update the name.
Update the quantity by passing a number -> calculate the new quantity.
Delete an ingredient.
Searchbar allows to filter ingredients by name and display the ingredients matching this name.