kushal98 / kasbai-web

This portal was developed for an NGO based out of Delhi to manage their campaigns and it shows the insights on donations collected to the donors and have provisions for the volunteer to add more details.

Home Page:https://kasbai-web.vercel.app/dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kasbai Web App

It is a web portal to manage NGOs Workflow and manage different programs that are running within the organisation.

Key Features

- Data Visualization on India Map
- Campaign Carousels
- Progress Information based on KPIs
- User Management 
- Role Based Access to Dashboard
- Form Creation for volunteer mobile application

Important Link

Dashboard Link - https://kasbai-web.vercel.app/

Running it in you local machine

$ git clone https://github.com/kushal98/kasbai-web.git
$ cd kasbai-web
$ yarn install
$ yarn start

Folder Structure

.
├── README.md
├── package-lock.json
├── package.json
├── public
│   ├── favicon.ico
│   ├── index.html
│   ├── logo192.png
│   ├── logo512.png
│   ├── manifest.json
│   └── robots.txt
├── src
│   ├── App.css
│   ├── App.js
│   ├── assets
│   │   ├── data.js
│   │   └── map
│   │       └── india.topo.json
│   ├── components
│   │   ├── approvals
│   │   │   └── Approval.js
│   │   ├── carousel
│   │   │   ├── HomeCarousel.css
│   │   │   └── HomeCarousel.js
│   │   ├── header
│   │   │   └── Header.js
│   │   ├── history.js
│   │   ├── home
│   │   │   ├── Home.css
│   │   │   └── Home.js
│   │   ├── map
│   │   │   ├── Map.js
│   │   │   └── Mark.js
│   │   ├── profile
│   │   │   ├── Profile.css
│   │   │   └── Profile.js
│   │   ├── search
│   │   │   ├── Search.css
│   │   │   └── Search.js
│   │   ├── sidebar
│   │   │   └── SidebarPanel.js
│   │   ├── table
│   │   │   └── Table.js
│   │   └── user-management
│   │       ├── DataTable.css
│   │       ├── DataTableDemo.js
│   │       └── UserManagement.js
│   ├── index.css
│   ├── index.js
│   ├── reportWebVitals.js
│   └── setupTests.js
└── yarn.lock


-------------------------------------------------------------------

About

This portal was developed for an NGO based out of Delhi to manage their campaigns and it shows the insights on donations collected to the donors and have provisions for the volunteer to add more details.

https://kasbai-web.vercel.app/dashboard


Languages

Language:JavaScript 87.8%Language:CSS 10.7%Language:HTML 1.5%