Update code

- Implement pagination
- Updating recipe servings
- Upating Algorithm
This commit is contained in:
2023-08-15 15:49:18 +07:00
parent 7d2f9b16c9
commit 57f41be9fd
8 changed files with 180 additions and 14 deletions
+1
View File
@@ -1,2 +1,3 @@
export const API_URL = 'https://forkify-api.herokuapp.com/api/v2/recipes';
export const TIMEOUT_SEC = 10;
export const RES_PER_PAGE = 10;