CountriesAPI is a web application built in React Js. In this web application you can see all the countries and you can search by name or by region. It was a challenge proposed by the Frontend Mentor site.
Concepts learned in this proyect:
- Axios
- Tailwind
- Functional Components
- Props
- Lifting
- React Router
- React Hooks
Install Git with:
$ sudo apt install git
Install NodeJs Js with:
$ sudo apt install nodejs
Install NPM with:
$ sudo apt install npm
Clone this repo
$ git clone https://github.com/DanielCuevas1822/CountriesAPI.git
Use following commands:
$ cd CountriesAPI
$ npm install
$ npm start
https://danielcuevas1822.github.io/CountriesAPI/
https://www.frontendmentor.io/
With ❤️ DanielCuevas1822