Finish Project

This commit is contained in:
2023-08-17 11:42:17 +07:00
parent 7c528a5934
commit 7a63996376
9 changed files with 135 additions and 30 deletions
+2
View File
@@ -1,3 +1,5 @@
export const API_URL = 'https://forkify-api.herokuapp.com/api/v2/recipes';
export const TIMEOUT_SEC = 10;
export const RES_PER_PAGE = 10;
export const API_KEY = 'aa3a2565-6eea-42a4-bf0a-cb0077fce6cc';
export const MODAL_CLOSE_SEC = 2.5;