This is a solution to the REST Countries API with color theme switcher challenge on Frontend Mentor. This is also the tutorial for the Summer Camp Course that I teach on Schoolhouse.world.
Users should be able to:
- See all countries from the API on the homepage
- Search for a country using an
inputfield - Filter countries by region
- Click on a country to see more detailed information on a separate page
- Toggle the color scheme between light and dark mode
- Live Site URL: Countries
- Nuxt.js v3.0.0-rc03
- Bootstrap
Clone the repository using the git clone command:
git clone https://github.com/cybercoder-naj/countries.gitMake sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoistStart the development server on http://localhost:3000
npm run dev- Website - Nishant Aanjaney Jalan
