Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 640 Bytes

File metadata and controls

33 lines (23 loc) · 640 Bytes

Indian Census Data Visualization

Web application that geographically maps census data such as popoulation, population density, sex ratio, etc.

App was developed using NodeJS v14.17.6, NPM v6.14.14

Develop

  1. Clone the repo

  2. Install dependencies

    npm install
    
  3. To start app

    npm start
    

    This will start the app in browser.

Build

To compile the source code do:

npm run build

Deploy

Currently the app is being hosted using Github Pages. For deployment using Github Pages, see here.