Skip to content

Simple SPA with API Rest integration for show all countries in the world

Notifications You must be signed in to change notification settings

rodolfomayora/rest-countries

Repository files navigation

Commitizen friendly

Frontend Mentor - REST Countries API

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

Screenshot


Links



Setup and run the application locally

This project requires at least Node.js v18 and uses PNPM as package manager by default.

  1. Install exact dependencies from pnpm-lock.yaml file using NPM with the following command:

    pnpm install


  1. Start local dev server with the following comand

    pnpm dev


  1. Open project on the following URL in the web browser:

    http://localhost:3001


  1. Docker: if you have docker engine and docker compose availables on your manchine, just run:



Technical stack used



Author