{"id":20565332,"url":"https://github.com/teamtigers/echartify","last_synced_at":"2026-04-16T11:03:12.570Z","repository":{"id":38007725,"uuid":"181345603","full_name":"TeamTigers/eChartiFy","owner":"TeamTigers","description":"A web application built with .net core 2.2 that has come with the idea of reading the National Election's Data-set of Bangladesh in a fastest possible time and then representing the data-set with different statistical charts.","archived":false,"fork":false,"pushed_at":"2022-12-08T05:33:17.000Z","size":10476,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-26T01:27:17.739Z","etag":null,"topics":["bangladesh","chartjs","code-first-migration","cross-platform","data-analysis","data-structures","data-visualization","dotnet-core","election-analysis","election-data","entity-framework-core","materializecss","mvc","npoi","razor-pages"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TeamTigers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-14T17:36:12.000Z","updated_at":"2019-08-20T18:10:49.000Z","dependencies_parsed_at":"2023-01-24T14:30:23.449Z","dependency_job_id":null,"html_url":"https://github.com/TeamTigers/eChartiFy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/TeamTigers/eChartiFy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamTigers%2FeChartiFy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamTigers%2FeChartiFy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamTigers%2FeChartiFy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamTigers%2FeChartiFy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TeamTigers","download_url":"https://codeload.github.com/TeamTigers/eChartiFy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamTigers%2FeChartiFy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31882886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bangladesh","chartjs","code-first-migration","cross-platform","data-analysis","data-structures","data-visualization","dotnet-core","election-analysis","election-data","entity-framework-core","materializecss","mvc","npoi","razor-pages"],"created_at":"2024-11-16T04:34:29.815Z","updated_at":"2026-04-16T11:03:12.551Z","avatar_url":"https://github.com/TeamTigers.png","language":"C#","readme":"# eChartiFy\n[![Build status](https://ci.appveyor.com/api/projects/status/7fnwk4tdcgoxxesx?svg=true)](https://ci.appveyor.com/project/shunjid/echartify-lpo2s)\n\u003ca href=\"https://github.com/TeamTigers/eChartiFy/blob/master/electionDbAnalytics.csproj\"\u003e\u003cimg src=\"https://img.shields.io/badge/Core-v2.2-692079.svg?logo=.net\u0026amp;style=flat-square\" alt=\".NET Core 2.2\"\u003e\u003c/a\u003e\n\n[![forthebadge made-with-c#](https://forthebadge.com/images/badges/made-with-c-sharp.svg)](https://dotnet.microsoft.com/download)\n\n\n\n**eChartiFy** is web application built with .net core 2.2 that has come with the idea of reading the dataset of Bangladesh's National Election in a fastest possible time and then representing the data-set with different statistical charts parsing through JSON. **Overview**:\n\n  - An authorized person will be uploading the election dataset (.xlsx) into the system \n  - Can manipulate uploaded data through dataTable\n  - Non-authenticated (anonymous users) can explore election results in different charts (pie, doughnut, bar-horizontal, bar-vertical, dynamic-tabs \u0026 cards)\n \n##### Cool Features!\n\n  - You can download the charts as PNG file\n  - Elegant, material-design charts with user-friendly report representation \n\n### Installation\n\n **eChartiFy** requires [.NET Core](https://dotnet.microsoft.com/download) v2.2+ to run. Install the dotnet core-sdk and launch the project. **For example:** \n To install dotnet core-sdk 2.2 in Ubuntu 18.04 try this in your terminal:\n\n```sh\n$ wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb\n$ sudo dpkg -i packages-microsoft-prod.deb\n$ sudo add-apt-repository universe\n$ sudo apt-get install apt-transport-https\n$ sudo apt-get update\n$ sudo apt-get install dotnet-sdk-2.2\n```\n\nNow move onto project folder and run this commands to build the project:\n```sh\n$ git clone https://github.com/TeamTigers/eChartiFy.git\n$ cd eChartiFy\n$ dotnet restore\n$ dotnet run\n```\nIf your see this message below then you have successfully build the project in your system. If you see any error the submit a new [issue here](https://github.com/TeamTigers-IT/eChartiFy/issues). Otherwise, open a browser in your system and browse to [localhost:5000](localhost:5000)\n```\nHosting environment: Production\nContent root path: /home/username/foldername/eChartiFy\nNow listening on: http://localhost:5000\nApplication started. Press Ctrl+C to shut down.\n```\n\n### Tech \u0026 Resources\n\n**eChartiFy** uses a number of open source projects to work properly:\n\n* [.NET Core 2.2](https://dotnet.microsoft.com/learn/dotnet/hello-world-tutorial/intro) - a cross-platform version of .NET for building websites, services, and console apps!\n* [EPPlus.Core](https://www.nuget.org/packages/EPPlus.Core/#dotnet-cli/) - an unofficial port of the EPPlus library to .NET Core.\n* [Materializecss](https://materializecss.com) - a modern responsive front-end framework based on Material Design\n* [ChartJS](https://www.chartjs.org/) -  flexible JavaScript charting for designers \u0026 developers\n* [National Elections Dataset](http://www.ecs.gov.bd/page/election-results) -  National Election Results dataset provided by Election comission of the People Republic of Bangladesh and collected from this [open source](https://github.com/mbaldassaro/bangladeshelectiondata)\n\n### Screenshots\n\nYearly Election Results             |  All Election Results             |  District Wise Election Results\n:-------------------------:|:-------------------------:|:-------------------------:\n![](https://github.com/TeamTigers-IT/eChartiFy/blob/master/wwwroot/img/screenshots/yearly.png)  |  ![](https://github.com/TeamTigers-IT/eChartiFy/blob/master/wwwroot/img/screenshots/combined.png)  |  ![](https://github.com/TeamTigers-IT/eChartiFy/blob/master/wwwroot/img/screenshots/districtWise.png)\n\n\n        \n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamtigers%2Fechartify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamtigers%2Fechartify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamtigers%2Fechartify/lists"}