6 Commits
Author SHA1 Message Date
Dan Dobos d68b9bede4 fix: update favicon link to use a new URL for consistency 2025-10-20 09:56:29 +02:00
Dan Dobos 6b2209eee3 fix: update favicon link to use a new URL for improved accessibility 2025-10-20 09:54:37 +02:00
Dan Dobos e13571fe70 chore: clean up deploy script by removing commented sections and improving clarity 2025-10-17 11:26:13 +02:00
Dan Dobos 603def1a44 docs: update README for clarity and structure; add project homepage to package.json 2025-10-17 11:22:06 +02:00
Dan Dobos 7a6bc89b11 deploy 2025-10-16 17:26:13 +02:00
Dan Dobos 46ea3e5e55 chore: update dependencies and refactor Vuex store for country data
- Updated dependencies in package.json to latest versions for axios, bulma, core-js, vue, vuex, and testing libraries.
- Refactored actions.js to use the new REST Countries API v3 with a fallback to v2, improving error handling and data mapping.
- Simplified Vuex store structure by defining state and mutations directly in index.js, removing unnecessary imports.
- Updated mutations.js to use a consistent naming convention for setting countries.
- Cleaned up state.js to maintain a clear structure for Vuex state management.
2025-10-16 17:24:58 +02:00