/countries

Primary LanguageJavaScript

REST Countries API

This is a project that allows you to consume the Countries API and explore various concepts, such as SSR (Server-Side Rendering) and creating a state using pure JavaScript.

🛠 Tools

Node, Handlebars, Javascript, HTML, Sass and Parcel

Installation

Clone the repository:

  git clone https://github.com/mechamoandrey/countries.git
  cd countries

Install the dependencies:

  npm install

Start the development server:

  npm run dev