Skip to content

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.

Notifications You must be signed in to change notification settings

kushal98/kasbai-web

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published