Skip to content

cybercoder-naj/countries

Repository files navigation

REST Countries

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.

Table of Contents

Overview

The challenge

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
  • Toggle the color scheme between light and dark mode

Screenshot

Links

Built with

  • Nuxt.js v3.0.0-rc03
  • Bootstrap

Setup

Clone the repository using the git clone command:

git clone https://github.com/cybercoder-naj/countries.git

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Author

About

This is the tutorial for the Summer Camp Course that I teach on Schoolhouse.world.

Topics

Resources

Stars

Watchers

Forks

Contributors