This is a solution to the REST Countries API with color theme switcher Designe on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- 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: https://github.com/anas-cd/rest_api/tree/dev/rest_api
- Live Site URL: https://rest-countries-api.onrender.com/
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Vue-cli
- Vue composition API
- Vue's suspense
- Vue router
- Vuex
- Vue transitions
- SCSS - CSS preprocessor.
- nprogress - Slim progress bars for Ajax'y applications.
- axios - Promise based HTTP client for the browser and node.js
- Vue.js - Front-end framework
- Gsap - JavaScript animation tool
- Bootstrap - Frontend toolkit
- Website - dev.anasali.info
- Frontend Mentor - @anas-cd
collaborators: George Mushore
navigate to rest_api folder then:
npm install
npm run serve
npm run build
npm run lint