This is a solution to the REST Countries API with color theme switcher challenge on Frontend Mentor.
Live: https://rest-countries-api-eosin-one.vercel.app/#
- See all countries from the API on the homepage
- Search for a country using an
input
field - Filter countries by region
- Click on a country to see more detailed information on a separate page
- Click through to the border countries on the detail page
- Toggle the color scheme between light and dark mode
- Solution URL: Github Repository
- Live Site URL: Rest Countries API
- Vue 3 - JS library
- Bootstrap - UI library
- Pinia - The Vue Store
- Axios - promise-based HTTP Client
- SCSS - css extention language
- Difference between composition api and options api
- Using pinia for state management
- Frontend Mentor - @mihalidis
- Twitter - @miihalidis
Thanks to Gizem who is inspired me and motivated me to learn new things
npm install
npm run dev
npm run build