🌍 This project fetches country capitals from the COUNTRIES NOW API and uses caching to improve performance and reduce unnecessary network calls. It uses:
-
axios for making API requests
-
axios-cache-interceptor to add caching logic
-
localForage to persist cache in the browser’s IndexedDB