/country-app

App with various countries flags made by means of ReactJS and Axios.

Primary LanguageJavaScript

country-app

App displaying flags of various countries created with use of Axios and ReactJS.

Preview

ReactJs

A JavaScript library to build web apps what makes React so special

  • Components
  • State

files in React

manifest.json

The web app manifest provides information about an application (such as name, author, icon, and description) in a JSON text file

reportwebvitals

Tool for measuring the real life performance of your app(very new to React) more on that web-vitals

To start React Project

 $ npx create-react-app <app-name>
 $ cd <app-name>
 $ npm i node-sass
 $ npm i axios
 $ npm start