akando42 / export

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEMO

Export Driven

ToDo

[X] Replacement Boiler Plate Content with Correct Collor Scheme

[X] Pull Commodities Content https://api.tradingeconomics.com/markets/commodities?c=guest:guest&format=json

[X] Pull Currencies Content https://api.tradingeconomics.com/markets/currency?c=blwvmxl5x1rk8qk:jodtirdtxtxvyld&cross=USD&format=json

[X] Pull Export by Countries https://comtrade.tradingeconomics.com/comtrade/?r=mex&c=XX&t=2&treemap=categories&format=json

[X] JSON APIs for Exports, Currencies and Commodities https://techblog.tomgreuter.nl/nextjs-api-routes/

[X] Create Export Table Component with Country Export data

[X] Render PIE Chart with Sample Data

[X] Reformat Export Data into Pie Chart

[X] Create Countries Dropdown Component

[X] API with Top 10 Economies in Request (USA, CHN, JPN, DEU, IND, GBR, FRA, ITA, BRA, CAN)

[ ] Create Floating Stripe Component

[ ] Refactor CODES in the Components

Libraries to Use

KEY:SECRET for Trading Economics

  • Free Account ==> blwvmxl5x1rk8qk:jodtirdtxtxvyld
  • Guest Account ==> guest:guest

Getting Started

First, run the development server at localhost:3000

yarn dev

API routes is accessible at http://localhost:3000/api/ping and editable at pages/api/ping.js

About


Languages

Language:JavaScript 72.4%Language:CSS 27.6%