Skip to content

Globe Graph is a web app that visualizes the countries data like GDP, GDP per capita, and population in different years using many charts.

Notifications You must be signed in to change notification settings

Virous77/GlobeGraph

Repository files navigation

Globe Graph

This app let you explore different type of countries data like GDP, Population, Income and Life Expectancy in a multiple charts.

Clone the repository

git clone https://github.com/Virous77/GlobeGraph.git
# or
gh repo clone Virous77/GlobeGraph

Install the dependencies

It's recommended to use give node version in .nvmrc file.

nvm use

Install the dependencies using pnpm or yarn.

pnpm install
# or
yarn install

Start the development server

pnpm dev

Build the app

pnpm build

I have added Dockerfile for both development and production environment.

Start the app in development environment

docker build -t globe-graph-dev -f Dockerfile.dev .

Start the app in production environment

docker build -t globe-graph -f Dockerfile.prod .

About

Globe Graph is a web app that visualizes the countries data like GDP, GDP per capita, and population in different years using many charts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages