A simple application to display country data from an API, built with React.js.
The following technologies are used to develop this application:
- React.js
- Countries API by https://restcountries.com/v2/all
- NodeJS version 14.0.0 or higher
- Download or clone this repo :
git clone https://github.com/fujianto21/world-countries-data.git
- Enter the project directory
- Install the dependencies :
npm install
- Run the project :
npm run start
- The app should now be running locally. Open your web browser and navigate to
http://localhost:3000
to view the app.