Update function

- Implement error and success message.
- Implement search results.
This commit is contained in:
2023-08-14 16:38:37 +07:00
parent 6894474d12
commit 7d2f9b16c9
9 changed files with 204 additions and 71 deletions
+2
View File
@@ -0,0 +1,2 @@
export const API_URL = 'https://forkify-api.herokuapp.com/api/v2/recipes';
export const TIMEOUT_SEC = 10;