Skip to content

Clue355/countries_api_project

Repository files navigation

Frontend Mentor - REST Countries API with color theme switcher solution

This is a solution to the REST Countries API with color theme switcher challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

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
  • Click through to the border countries on the detail page
  • Toggle the color scheme between light and dark mode (optional)

Screenshot

Links

My process

Built with

  • Next.js - React framework
  • Tailwind - For styles
  • PnPm - disk space efficient package manager
  • Cypress - easily create tests for your modern web applications

What I learned

  • How to implement tests on the front-end using Cypress
    • Cypress end to end testing basics
    • Cypress testing syntax
describe("My First Test", () => {
    beforeEach(() => { cy.visit("http://localhost:3000/"); });

    it("Finds a search bar", ()
    => { cy.get("input"); });
})

Continued development

What I want to continue learning:

  • Adding different tests to my project

Useful resources

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published