This is a SPA (Single Page App) that retrieves the GDP data from the World Bank API. The site is developed using React for the frontend, Redux to keep the state of the App, testing with JEST and the React Testing Library, and style using SASS. Check my video describing the main features for this project in this link.
- React
- Redux Toolkit
- JEST
- CSS
- World Bank API
- React Simple Maps
To get a local copy up and running follow these simple example steps.
- NPM
- Modern Web Browser
- Git
git clone https://github.com/indigodavid/world-bank-gdp-app.git
cd world-bank-gdp-app/
npm install
npm start
npm run build
npm test
👤 David Vera
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- My supportive family 😊
- TopoJSON created by David Eldersveld
- Microverse
- Hat tip to anyone whose code was used
This project is MIT licensed.