Small and simple SPA that gets information of countries from REST Countries API and displays them to the users.
To overview my work visit this Demo on Vercel.
- Bootstrap 5
- Nuxt 3
- Fetch
- Display all countries from the API on the homepage
- Search in countries through an input field using the API
- Filter countries by their regions using the API
- Display extended information about each country on detail page
- Implement dark mode and light mode without using any 3rd party libraries
- Lazy load images to improve the page loading speed