Export Code

Fork of Activity 7

peramranji

Last edited Mar 30, 2025
Created on Mar 30, 2025
Forked from Activity 7

D3 and React Bar Chart

This project displays a bar chart of population data using D3 and React.

Setup

  1. Install dependencies: npm install
  2. Start development server: npm start
  3. Build for production: npm run build

The chart displays population data for different countries using data from a CSV file.

MIT Licensed