This web app shows the GNI per capita indicator for all countries in the world. It consumes the World Bank API. I built it with React and Redux. It was bootstrapped with https://github.com/facebook/create-react-app.
In this app, users can see the GNI per Capita Indicator (Atlas Method) of every country in the world. Data are classified according to the geographic location of the country or by its income level. There are two slices for the store, one for the homepage data and another for the detailed view of each country group.
The page consumes the World Bank API located here. Single API queries are made per page, and only if data doesn't exist in the Redux store. I used Redux's thunk middleware to handle all API calls.
For testing I used Jest, React's Testing Library, and MSW (for API mocking).
- See indicator data by region, income level, and country.
I have deployed this app to Netlify: Live Demo
- HTML, CSS, JavaScript
- sass 1.38.0
- NPM 7.18.1
- msw 0.35.0
- prop-types 15.7.2
- react-bootstrap: 1.6.1,
- react 17.0.2
- react-redux 7.2.5
- react-router-dom 5.2.0
- redux-logger 3.0.6
- redux-thunk 2.3.0
- prop-types 15.7.2
- react-devtools 4.16.0
- Jest-dom 5.11.4
- Netlify
- Linters: ESLint, Stylint
- VS Code
-
This app consumes the World Bank API. All documentation can be accessed here: https://datahelpdesk.worldbank.org/knowledgebase/topics/125589-developer-information.
-
Only 'GET' calls are made to the API.
To get a local copy up and running, follow these simple example steps.
- A browser to open the main file
- Node.js
- NPM
- Yarn
- Open your terminal or command prompt.
- If you do not have git installed in your system, skip this step and go to step 3; otherwise, go to the directory where you want to copy the project files and clone it by copying this text into your command prompt/terminal:
[email protected]:StarSheriff2/GNI-per-Capita-in-the-World.git
.
Now go to the "Install Dependencies" section - Download the program files by clicking on the green button that says “Code” on the upper right side of the project frame.
- You will see a dropdown menu. Click on “Download ZIP.”
- Go to the directory where you downloaded the ZIP file and open it. Extract its contents to any directory you want in your system.
- Go to the root directory of the project
- In your command line, while in the root dir, type
npm install
. It will install all necessary dependencies in your project files - Now type
yarn start
ornpm run start
. It will load the project in your default browser.
Note:
This command will not stop on its own. If you change something in your project files, it will recompile and reload the page in your browser. To exit, hit "ctrl + c"
yarn build
To test, run
yarn test
To run the linters included in this repository, go to the root directory of your repository and copy/paste the following commands into your terminal:
(Note: Make sure you run npm install
before you do this)
- for ESlint,
npx eslint.
- for Stylelint,
npx stylelint "**/*.{css,scss}"
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint warnings in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Note: this is a one-way operation. Once you eject
, you can’t go back!
If you aren’t satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point, you’re on your own.
You don’t have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However, we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
- See GNI per Capita data by region, income-level of countries, and by country
👤 Arturo Alvarez
- Github: @StarSheriff2
- Twitter: @ArturoAlvarezV
- Linkedin: Arturo Alvarez
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Design:
- Original design idea by Nelson Sakwa on Behance
- Licenced under The Creative Commons license
Give a ⭐️ if you like this project!
This project is MIT licensed.